Skip to content

Commit eb08f33

Browse files
committed
install LaTeX
1 parent bb7583f commit eb08f33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Install matplotlib
3838
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
3939
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
4043
- uses: actions/checkout@v4
4144
- uses: julia-actions/setup-julia@v2
4245
with:

0 commit comments

Comments
 (0)