Skip to content

Commit

Permalink
CI: Drop apt install of texlive.
Browse files Browse the repository at this point in the history
No longer needed after previous commit.
  • Loading branch information
badshah400 committed Feb 10, 2024
1 parent 0418704 commit 97f1a0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
python -m pip install flake8 pytest
python -m pip install hatch
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# latexmk
sudo apt-get -y install latexmk texlive-full
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
Expand Down

0 comments on commit 97f1a0c

Please sign in to comment.