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 f76b112 commit a7ccd55Copy full SHA for a7ccd55
.github/workflows/ci-testing.yml
@@ -73,7 +73,7 @@ jobs:
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-
+ ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-extra.txt') }}
77
78
- name: Install dependencies
79
run: |
0 commit comments