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.
2 parents 06548d2 + 5f7cb7f commit 2b3eea5Copy full SHA for 2b3eea5
1 file changed
.github/workflows/tests.yml
@@ -236,10 +236,10 @@ jobs:
236
~/.cache/matplotlib
237
!~/.cache/matplotlib/tex.cache
238
!~/.cache/matplotlib/test_cache
239
- key: 4-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
+ key: 5-${{ matrix.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
240
restore-keys: |
241
- 4-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
242
- 4-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
+ 5-${{ matrix.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
+ 5-${{ matrix.os }}-py${{ matrix.python-version }}-mpl-
243
244
- name: Install Python dependencies
245
run: |
0 commit comments