Skip to content

Commit a1aa801

Browse files
authored
Cache using hash from pyproject.toml (#99)
1 parent 19bfded commit a1aa801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
fetch-depth: 1
2727

2828
- name: pycache
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
id: pycache
3131
with:
3232
path: ~/.cache/pip
33-
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
33+
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
3434
restore-keys: |
3535
${{ runner.os }}-pip-
3636

0 commit comments

Comments
 (0)