Skip to content

Commit 9bdda77

Browse files
committed
Bump cache key
1 parent cd056d8 commit 9bdda77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ jobs:
152152
~/.cache/matplotlib
153153
!~/.cache/matplotlib/tex.cache
154154
!~/.cache/matplotlib/test_cache
155-
key: 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
155+
key: 3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
156156
restore-keys: |
157-
2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
158-
2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
157+
3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
158+
3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
159159
160160
- name: Install Python dependencies
161161
run: |

0 commit comments

Comments
 (0)