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 357c864 commit cd63753Copy full SHA for cd63753
.github/workflows/CI.yml
@@ -38,7 +38,7 @@ jobs:
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 cm-super; fi
+ run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get -qq install texlive-full; fi
42
43
- uses: actions/checkout@v4
44
- uses: julia-actions/setup-julia@v2
0 commit comments