Skip to content

Commit 0e73936

Browse files
committed
Bump cache key
1 parent 776b5d2 commit 0e73936

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ jobs:
146146
~/.cache/matplotlib
147147
!~/.cache/matplotlib/tex.cache
148148
!~/.cache/matplotlib/test_cache
149-
key: 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
149+
key: 3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
150150
restore-keys: |
151-
2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
152-
2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
151+
3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
152+
3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
153153
154154
- name: Install Python dependencies
155155
run: |

0 commit comments

Comments
 (0)