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

Skip to content

Commit 6ae3594

Browse files
committed
Bump cache key
1 parent ae14658 commit 6ae3594

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
@@ -163,10 +163,10 @@ jobs:
163163
~/.cache/matplotlib
164164
!~/.cache/matplotlib/tex.cache
165165
!~/.cache/matplotlib/test_cache
166-
key: 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
166+
key: 3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
167167
restore-keys: |
168-
2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
169-
2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
168+
3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
169+
3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
170170
171171
- name: Install Python dependencies
172172
run: |

0 commit comments

Comments
 (0)