Skip to content

Commit

Permalink
gha: invalidate .nox cache
Browse files Browse the repository at this point in the history
Similar to d4482b7
  • Loading branch information
efiop authored Jun 17, 2022
1 parent 36916ea commit 855ea68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/cache@v3
with:
path: .nox
key: ${{ runner.os }}-${{ matrix.pyv }}-${{ hashFiles('noxfile.py') }}_nox2
key: ${{ runner.os }}-${{ matrix.pyv }}-${{ hashFiles('noxfile.py') }}_nox3

- name: cache pre-commit hook
uses: actions/cache@v3
Expand Down

0 comments on commit 855ea68

Please sign in to comment.