Skip to content

Commit

Permalink
cache datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
huyiwen committed Jul 10, 2024
1 parent bea09e6 commit dae2487
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pytest-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8.18
- name: Cache datasets
id: cache-datasets
uses: actions/cache@v3
env:
cache-name: cache-datasets
with:
path: ~/.cache/huggingface/datasets
key: datasets
restore-keys: datasets
- name: Install dependencies
run: |
pip install uv pip -U
Expand Down

0 comments on commit dae2487

Please sign in to comment.