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 cd056d8 commit 9bdda77Copy full SHA for 9bdda77
.github/workflows/tests.yml
@@ -152,10 +152,10 @@ jobs:
152
~/.cache/matplotlib
153
!~/.cache/matplotlib/tex.cache
154
!~/.cache/matplotlib/test_cache
155
- 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 }}
156
restore-keys: |
157
- 2-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
158
- 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-
159
160
- name: Install Python dependencies
161
run: |
0 commit comments