We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cf711 commit 4fe0111Copy full SHA for 4fe0111
.github/workflows/main.yml
@@ -30,6 +30,10 @@ jobs:
30
python-version: 3.13
31
- name: Print Python version
32
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
37
- name: Checkout
38
uses: actions/checkout@v4
39
# The full PTtools repository is needed for the example scripts
0 commit comments