File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8888 uses : actions/cache/restore@v4
8989 with :
9090 path : .pytest_cache
91- key : ${{ runner.os }}-pytest-cache-${{ matrix.os }}-${{ matrix.python }}-${{ github.ref_name }}
91+ key : ${{ runner.os }}-pytest-cache-${{ matrix.os }}-${{ matrix.python }}-${{ github.ref_name }}-v2
9292
9393 # Run nox session
9494 - name : Run nox
@@ -108,7 +108,7 @@ jobs:
108108 uses : actions/cache/save@v4
109109 with :
110110 path : .pytest_cache
111- key : ${{ runner.os }}-pytest-cache-${{ matrix.os }}-${{ matrix.python }}-${{ github.ref_name }}
111+ key : ${{ runner.os }}-pytest-cache-${{ matrix.os }}-${{ matrix.python }}-${{ github.ref_name }}-v2
112112
113113 # This job runs if all the `nox` matrix jobs ran and succeeded.
114114 # It is only used to have a single job that we can require in branch
You can’t perform that action at this time.
0 commit comments