Skip to content

Commit

Permalink
chore: remove some TeX deps from CI (#6)
Browse files Browse the repository at this point in the history
Speeds up CI significantly
  • Loading branch information
david-christiansen authored Jul 17, 2024
1 parent 5dfacb2 commit 3f7d192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Install deps for figures
run: |
sudo apt update && sudo apt install -y pandoc texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex fonts-dejavu texlive-fonts-recommended texlive-fonts-extra fonts-firacode poppler-utils
sudo apt update && sudo apt install -y texlive-latex-base texlive-pictures texlive-luatex texlive-latex-extra fonts-firacode texlive-fonts-extra poppler-utils
- name: Install elan
run: |
Expand Down

0 comments on commit 3f7d192

Please sign in to comment.