Skip to content

Commit 7dcc9d2

Browse files
committed
fix: install missing fonts (avoid warnings)
1 parent 55bb87c commit 7dcc9d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ex-rtd.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
run: |
4242
sudo apt-get update
4343
sudo apt install texlive-latex-extra texlive-science fonts-liberation
44+
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
45+
sudo apt-get install ttf-mscorefonts-installer
46+
sudo rm -rf ~/.cache/matplotlib
4447
4548
- name: Install pandoc
4649
run: |

0 commit comments

Comments
 (0)