Skip to content

Commit 4fe0111

Browse files
committed
Install LaTeX
1 parent 57cf711 commit 4fe0111

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
python-version: 3.13
3131
- name: Print Python version
3232
run: python -V
33+
- name: Install LaTeX
34+
run: |
35+
sudo apt-get update
36+
sudo apt-get install -y cm-super dvipng fontconfig texlive-latex-extra
3337
- name: Checkout
3438
uses: actions/checkout@v4
3539
# The full PTtools repository is needed for the example scripts

0 commit comments

Comments
 (0)