Skip to content

Commit

Permalink
chore: refresh cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKs committed Sep 5, 2024
1 parent 532bfac commit bccff0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: pre-commit-cache
with:
path: ~/.cache/pre-commit
key: key-0
key: key-1
- run: pre-commit run --all-files
env:
SKIP: rst
Expand All @@ -44,7 +44,7 @@ jobs:
id: poetry-cache
with:
path: ~/.local
key: key-4
key: key-5
- uses: snok/install-poetry@v1
with:
virtualenvs-create: false
Expand All @@ -53,7 +53,7 @@ jobs:
id: cache-venv
with:
path: .venv
key: ${{ hashFiles('**/poetry.lock') }}-5
key: ${{ hashFiles('**/poetry.lock') }}-6
- run: |
pip install virtualenv
virtualenv .venv
Expand Down

0 comments on commit bccff0b

Please sign in to comment.