We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb35b7 commit ecb8517Copy full SHA for ecb8517
1 file changed
.github/workflows/pythonpackage.yml
@@ -22,7 +22,7 @@ jobs:
22
id: cache
23
with:
24
path: "~/.cache"
25
- key: "${{ runner.os }}-${{ hashFiles('~/.cache') }}"
+ key: "${{ runner.os }}-${{ hashFiles('setup.py') }}"
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
0 commit comments