Skip to content

Commit

Permalink
CI: __sudo__ apt-get... for install.
Browse files Browse the repository at this point in the history
  • Loading branch information
badshah400 committed Feb 9, 2024
1 parent f7af2d1 commit ec940ec
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
apt-get -y install latexmk texlive-extra
sudo apt-get -y install latexmk texlive-extra
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit ec940ec

Please sign in to comment.