8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f3a0d commit 0bd9cf7Copy full SHA for 0bd9cf7
.github/workflows/tests.yml
@@ -146,10 +146,10 @@ jobs:
146
~/.cache/matplotlib
147
!~/.cache/matplotlib/tex.cache
148
!~/.cache/matplotlib/test_cache
149
- key: 1-$ 6BC9 {{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
+ key: 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
150
restore-keys: |
151
- 1-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
152
- 1-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
+ 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
+ 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
153
154
- name: Install Python dependencies
155
run: |
0 commit comments