We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bb87c commit 7dcc9d2Copy full SHA for 7dcc9d2
.github/workflows/ex-rtd.yml
@@ -41,6 +41,9 @@ jobs:
41
run: |
42
sudo apt-get update
43
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
47
48
- name: Install pandoc
49
0 commit comments