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 d1f3a0d commit f738950Copy full SHA for f738950
.github/workflows/tests.yml
@@ -139,17 +139,6 @@ jobs:
139
key: ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-${{ hashFiles('src/*') }}
140
restore-keys: |
141
${{ matrix.os }}-py${{ matrix.python-version }}-ccache-
142
- - name: Cache Matplotlib
143
- uses: actions/cache@v3
144
- with:
145
- path: |
146
- ~/.cache/matplotlib
147
- !~/.cache/matplotlib/tex.cache
148
- !~/.cache/matplotlib/test_cache
149
- key: 1-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-${{ github.sha }}
150
- restore-keys: |
151
- 1-${{ runner.os }}-py${{ matrix.python-version }}-mpl-${{ github.ref }}-
152
- 1-${{ runner.os }}-py${{ matrix.python-version }}-mpl-
153
154
- name: Install Python dependencies
155
run: |
0 commit comments