We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e83b8 commit 67444ebCopy full SHA for 67444eb
.github/workflows/cpu-tests.yml
@@ -106,7 +106,7 @@ jobs:
106
continue-on-error: true
107
with:
108
path: .cache-HF
109
- key: hf-cache_${{ runner.os }}-py${{ matrix.python-version }}
+ key: hf-cache_${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
110
restore-keys: |
111
hf-cache_${{ runner.os }}-py${{ matrix.python-version }}
112
hf-cache_${{ runner.os }}-
0 commit comments