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 85574db commit 0da745cCopy full SHA for 0da745c
.github/workflows/paper.yml
@@ -21,7 +21,7 @@ jobs:
21
run: pip install -r requirements.txt
22
23
- name: Install LaTeX requirements for matplotlib
24
- run: sudo apt install -y texlive-latex-base texlive-latex-extra cm-super-minimal
+ run: sudo apt install -y texlive-latex-base texlive-latex-extra cm-super-minimal texlive-fonts-extra
25
26
- name: Create contributor snippet
27
run: python contributors.py
0 commit comments