We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7583f commit eb08f33Copy full SHA for eb08f33
.github/workflows/CI.yml
@@ -37,6 +37,9 @@ jobs:
37
- name: Install matplotlib
38
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
39
shell: bash
40
+ - name: Install LaTeX
41
+ run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get -qq install texlive-full texlive-fonts-extra cm-super texlive-latex-extra auctex; fi
42
+ shell: bash
43
- uses: actions/checkout@v4
44
- uses: julia-actions/setup-julia@v2
45
with:
0 commit comments