Skip to content

Commit

Permalink
fix datasets cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
eivankin committed Jul 5, 2024
1 parent 34398fb commit affee03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/cache@v3
name: Enable datasets cache
with:
path: ./datasets
path: ./pwdkek-python/datasets
key: datasets-${{ hashFiles('pwdkek-python/pwdkek_python/builtin_datasets.py') }}

- name: Download datasets
Expand Down

0 comments on commit affee03

Please sign in to comment.