Skip to content

Commit

Permalink
Remove cache from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Dec 20, 2024
1 parent a2e8eb7 commit 5b510b6
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,20 +125,7 @@ jobs:
3.10
3.11
3.12
- name: Pip and nox cache
id: cache
uses: actions/cache@v4
with:
path: |
~/.cache
~/.nox
.nox
key:
${{ runner.os }}-nox-lint-${{ env.pythonLocation }}-${{
hashFiles('**/poetry.lock') }}-${{ hashFiles('**/noxfile.py') }}
restore-keys: |
${{ runner.os }}-nox-lint-${{ env.pythonLocation }}
3.13
- run: pip install poetry nox nox-poetry uv
- run: nox -r -t lint
Expand Down

0 comments on commit 5b510b6

Please sign in to comment.