Skip to content

Commit b26bf6c

Browse files
committed
Try hashFiles on setup.py
Looking to fix a weird error on macos-14 GitHub Actions runners
1 parent 41fb522 commit b26bf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Configure pip caching
2525
with:
2626
path: ~/.cache/pip
27-
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
27+
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
2828
restore-keys: |
2929
${{ runner.os }}-pip-
3030
- name: Install dependencies

0 commit comments

Comments
 (0)