Skip to content

Commit

Permalink
Use build in pip cache and explicit hf cache
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Aug 19, 2024
1 parent 9e41711 commit 2dd8b32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- uses: actions/cache@v4
with:
path: ~/.cache
key: ${{ runner.os }}-cache-${{ hashFiles('**/pyproject.toml') }}
path: ~/.cache/huggingface
key: ${{ runner.os }}-bioclip-files }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2dd8b32

Please sign in to comment.