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 ae14658 commit 6ae3594Copy full SHA for 6ae3594
.github/workflows/tests.yml
@@ -163,10 +163,10 @@ jobs:
163
~/.cache/matplotlib
164
!~/.cache/matplotlib/tex.cache
165
!~/.cache/matplotlib/test_cache
166
- key: 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
+ key: 3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
167
restore-keys: |
168
- 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
169
- 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
+ 3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
+ 3-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
170
171
- name: Install Python dependencies
172
run: |
0 commit comments