Skip to content

Commit 8c20538

Browse files
committed
Debug datasets caching
1 parent d8b0b21 commit 8c20538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
# GitHub Actions can't create a cache key on dataset contents, so we use
3636
# dataset loader .py files instead
37-
path: ~/.cache/huggingface/hub
37+
path: ~/scikit_learn_data
3838
key: ${{ hashFiles('skfp/datasets/**/*.py') }}
3939

4040
- name: Install the project dependencies

0 commit comments

Comments
 (0)