Skip to content

Commit ecb8517

Browse files
committed
Fix hash path
1 parent 0bb35b7 commit ecb8517

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: cache
2323
with:
2424
path: "~/.cache"
25-
key: "${{ runner.os }}-${{ hashFiles('~/.cache') }}"
25+
key: "${{ runner.os }}-${{ hashFiles('setup.py') }}"
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)