Skip to content

Commit

Permalink
Remove models caching, add pip caching
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Mar 22, 2024
1 parent 5fc37d6 commit 983004e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Cache models
uses: actions/cache@v4
with:
path: ~/.cache/torch
key: ${{ runner.os }}-torch-models-
- uses: actions/setup-python@v5
with:
cache: 'pip' # caching pip dependencies
- name: Install requirements
# Install any extra requirements your extension has here (dev requirements, other extensions etc)
run: |
Expand Down

0 comments on commit 983004e

Please sign in to comment.