Skip to content

Commit 50534a0

Browse files
committed
Update key to avoid reserved key issue
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 9d56631 commit 50534a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)