Skip to content

Commit 855ea68

Browse files
authored
gha: invalidate .nox cache
Similar to d4482b7
1 parent 36916ea commit 855ea68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/cache@v3
4343
with:
4444
path: .nox
45-
key: ${{ runner.os }}-${{ matrix.pyv }}-${{ hashFiles('noxfile.py') }}_nox2
45+
key: ${{ runner.os }}-${{ matrix.pyv }}-${{ hashFiles('noxfile.py') }}_nox3
4646

4747
- name: cache pre-commit hook
4848
uses: actions/cache@v3

0 commit comments

Comments
 (0)