Skip to content

Commit

Permalink
add more texlive depndencies
Browse files Browse the repository at this point in the history
  • Loading branch information
knarrff committed Feb 13, 2025
1 parent 571da0a commit 85574db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: pip install -r requirements.txt

- name: Install LaTeX requirements for matplotlib
run: sudo apt install -y texlive-latex-base texlive-latex-extra
run: sudo apt install -y texlive-latex-base texlive-latex-extra cm-super-minimal

- name: Create contributor snippet
run: python contributors.py
Expand Down

0 comments on commit 85574db

Please sign in to comment.