Skip to content

Commit

Permalink
let's see if texlive-full is sufficient to build the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrzewa committed Mar 7, 2024
1 parent d1c38da commit 0a9e02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hermes_github_to_zenodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
python-version: '3.10'
- run: pip install hermes

- run: sudo apt-get update && sudo apt install latexmk texlive-latex-base texlive-latex-extra texlive-latex-recommended
- run: sudo apt-get update && sudo apt install latexmk texlive-full

- run: cd doc && make

Expand Down

0 comments on commit 0a9e02b

Please sign in to comment.