Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d735f53

Browse files
committed
Bump cache key
1 parent 1b376bb commit d735f53

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
@@ -183,10 +183,10 @@ jobs:
183183
~/.cache/matplotlib
184184
!~/.cache/matplotlib/tex.cache
185185
!~/.cache/matplotlib/test_cache
186-
key: 4-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
186+
key: 5-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
187187
restore-keys: |
188-
4-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
189-
4-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
188+
5-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
189+
5-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
190190
191191
- name: Install Python dependencies
192192
run: |

0 commit comments

Comments
 (0)