diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c29c0675..26657b60 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,10 +28,6 @@ jobs: ${{ env.pythonLocation }}/lib/* ${{ env.pythonLocation }}/scripts/* key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('setup.py', 'requirements.txt') }} - restore-keys: | - ${{ runner.os }}-pip-${{ matrix.python-version }}- - ${{ runner.os }}-pip- - ${{ runner.os }}- - name: Install dependencies if: steps.cache-deps.outputs.cache-hit != 'true' run: |