We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ccd55 commit e8de528Copy full SHA for e8de528
.github/workflows/ci-testing.yml
@@ -72,8 +72,6 @@ jobs:
72
with:
73
path: ${{ steps.pip-cache.outputs.dir }}
74
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-extra.txt') }}
75
- restore-keys: |
76
- ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-extra.txt') }}
77
78
- name: Install dependencies
79
run: |
0 commit comments