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 bb52af0 commit ab053fdCopy full SHA for ab053fd
.github/workflows/tests.yml
@@ -128,10 +128,10 @@ jobs:
128
~/.cache/matplotlib
129
!~/.cache/matplotlib/tex.cache
130
!~/.cache/matplotlib/test_cache
131
- key: ${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
+ key: 1-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
132
restore-keys: |
133
- ${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
134
- ${{ runner.os }}-py${{ matrix.python-version }}-mpl-
+ 1-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
+ 1-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
135
136
- name: Install Python dependencies
137
run: |
0 commit comments