8000 Invalidate test caches. · matplotlib/matplotlib@0bd9cf7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bd9cf7

Browse files
committed
Invalidate test caches.
1 parent d1f3a0d commit 0bd9cf7

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
@@ -146,10 +146,10 @@ jobs:
146146
~/.cache/matplotlib
147147
!~/.cache/matplotlib/tex.cache
148148
!~/.cache/matplotlib/test_cache
149-
key: 1-$ 6BC9 {{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
149+
key: 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
150150
restore-keys: |
151-
1-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
152-
1-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
151+
2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
152+
2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
153153
154154
- name: Install Python dependencies
155155
run: |

0 commit comments

Comments
 (0)
0