Skip to content

Commit

Permalink
Install more CI
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jan 19, 2025
1 parent f79e569 commit 8cd4cf5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ jobs:
uv pip install --system '.[test]'
uv pip list
- name: Install external packages
run: >-
sudo apt-get update -y &&
sudo apt-get install -y
latexmk
graphviz
texlive-latex-base
texlive-fonts-extra
texlive-extra-utils
- name: Test with pytest
run: |
pytest --cov --cov-report=xml -r sx

0 comments on commit 8cd4cf5

Please sign in to comment.