Thanks to visit codestin.com Credit goes to github.com
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 1b376bb commit d735f53Copy full SHA for d735f53
.github/workflows/tests.yml
@@ -183,10 +183,10 @@ jobs:
183
~/.cache/matplotlib
184
!~/.cache/matplotlib/tex.cache
185
!~/.cache/matplotlib/test_cache
186
- key: 4-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
+ key: 5-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
187
restore-keys: |
188
- 4-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
189
- 4-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
+ 5-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
+ 5-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
190
191
- name: Install Python dependencies
192
run: |
0 commit comments