Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f738950

Browse files
committed
Drop test cache.
1 parent d1f3a0d commit f738950

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,6 @@ jobs:
139139
key: ${{ matrix.os }}-py${{ matrix.python-version }}-ccache-${{ hashFiles('src/*') }}
140140
restore-keys: |
141141
${{ 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-
153142
154143
- name: Install Python dependencies
155144
run: |

0 commit comments

Comments
 (0)