Try hashFiles on setup.py

Looking to fix a weird error on macos-14 GitHub Actions runners
This commit is contained in:
Simon Willison 2025-11-23 10:22:34 -08:00
commit b26bf6c9ec

View file

@ -24,7 +24,7 @@ jobs:
name: Configure pip caching
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install dependencies