diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 33ec5d1..5021c11 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,9 +17,9 @@ jobs: uses: actions/setup-python@v1 with: python-version: 3.6.10 - - name: Install System Dependencies - run: | - sudo apt install -y redis-server + # - name: Install System Dependencies + # run: | + # sudo apt install -y redis-server - name: Clone Repository uses: actions/checkout@v2 - name: Install Python Dependencies