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 776b5d2 commit 0e73936Copy full SHA for 0e73936
.github/workflows/tests.yml
@@ -146,10 +146,10 @@ jobs:
146
~/.cache/matplotlib
147
!~/.cache/matplotlib/tex.cache
148
!~/.cache/matplotlib/test_cache
149
- 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 }}
150
restore-keys: |
151
- 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
152
- 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-
153
154
- name: Install Python dependencies
155
run: |
0 commit comments