We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b0b21 commit 8c20538Copy full SHA for 8c20538
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
# GitHub Actions can't create a cache key on dataset contents, so we use
36
# dataset loader .py files instead
37
- path: ~/.cache/huggingface/hub
+ path: ~/scikit_learn_data
38
key: ${{ hashFiles('skfp/datasets/**/*.py') }}
39
40
- name: Install the project dependencies
0 commit comments