Skip to content

Commit ba72b6f

Browse files
committed
remove matplotlib cache clear
1 parent ff9f54e commit ba72b6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555
mkdir -p _build/html/_notebooks
5656
cp -u _build/jupyter/*.ipynb _build/html/_notebooks
5757
# Build HTML (Website)
58-
- name: Clean Matplotlib TeX Cache
59-
shell: bash -l {0}
60-
run: rm /home/runner/.cache/matplotlib/tex.cache/*
6158
- name: Build HTML
6259
shell: bash -l {0}
6360
run: |

0 commit comments

Comments
 (0)