Skip to content

Commit

Permalink
Bump cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Mar 18, 2024
1 parent 6c92375 commit 560b1d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cache models
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/torch
key: ${{ runner.os }}-torch-models-
- name: Install requirements
# Install any extra requirements your extension has here (dev requirements, other extensions etc)
run: |
pip install -U pip
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install -e .
Expand Down

0 comments on commit 560b1d7

Please sign in to comment.