We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36916ea commit 855ea68Copy full SHA for 855ea68
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/cache@v3
43
with:
44
path: .nox
45
- key: ${{ runner.os }}-${{ matrix.pyv }}-${{ hashFiles('noxfile.py') }}_nox2
+ key: ${{ runner.os }}-${{ matrix.pyv }}-${{ hashFiles('noxfile.py') }}_nox3
46
47
- name: cache pre-commit hook
48
0 commit comments