Skip to content

Commit

Permalink
Update latex instalation
Browse files Browse the repository at this point in the history
  • Loading branch information
adespawn authored Feb 16, 2024
1 parent 0b873b8 commit ae8c46a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/GithubRunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Install dependencies
run: |
pip install .[tests]
sudo apt install texlive-latex-recommended
sudo apt install texlive-latex-recommended -y
sudo apt install texlive-latex-extra -y
- name: Run pytest
env:
PYTEST_ADDOPTS: "--color=yes"
Expand Down

0 comments on commit ae8c46a

Please sign in to comment.