Skip to content

Commit

Permalink
try to fix CI failure on docs
Browse files Browse the repository at this point in the history
related to installing stuff via apt-get. might just be a temp problem with github's infrastructure
  • Loading branch information
cgarling committed Jun 25, 2024
1 parent c95e1c8 commit 1580305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
import StarFormationHistories
DocMeta.setdocmeta!(StarFormationHistories, :DocTestSetup, :(using StarFormationHistories); recursive=true)
doctest(StarFormationHistories)'
- run: sudo apt-get update
- name: Install tex dependencies
run: sudo apt-get install dvipng texlive-latex-extra texlive-fonts-recommended cm-super
- name: Make and deploy docs
Expand Down

0 comments on commit 1580305

Please sign in to comment.