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 41fb522 commit b26bf6cCopy full SHA for b26bf6c
1 file changed
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
name: Configure pip caching
25
with:
26
path: ~/.cache/pip
27
- key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
+ key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
28
restore-keys: |
29
${{ runner.os }}-pip-
30
- name: Install dependencies
0 commit comments