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 15234f6 commit e0192d1Copy full SHA for e0192d1
.github/workflows/tests.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
pip install -e .[dev,extended_tasks,multilingual]
30
- name: Get cached files
31
- uses: actions/cache@v2
+ uses: actions/cache@v4
32
id: get-cache
33
with:
34
path: "cache"
@@ -41,7 +41,7 @@ jobs:
41
run: | # PYTHONPATH="${PYTHONPATH}:src" HF_DATASETS_CACHE="cache/datasets" HF_HOME="cache/models"
42
python -m pytest --disable-pytest-warnings
43
- name: Write cache
44
45
46
47
key: test-cache-HF
0 commit comments