Skip to content

Commit

Permalink
CI: Ubuntu package is named texlive-full.
Browse files Browse the repository at this point in the history
  • Loading branch information
badshah400 committed Feb 9, 2024
1 parent ec940ec commit e95e8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python -m pip install hatch
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# latexmk
sudo apt-get -y install latexmk texlive-extra
sudo apt-get -y install latexmk texlive-full
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit e95e8aa

Please sign in to comment.