Skip to content

Commit

Permalink
Try caching dependencies v2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Aug 19, 2024
1 parent b8b9595 commit a20a90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
python-version: '3.11'
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
path: ~/.cache
key: ${{ runner.os }}-cache-${{ hashFiles('**/pyproject.toml') }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit a20a90a

Please sign in to comment.