Skip to content

Commit b3667a9

Browse files
committed
add latex pacakges to fix matplotlib compat
1 parent 6e49263 commit b3667a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
texlive-fonts-extra \
2626
texlive-xetex \
2727
latexmk \
28-
xindy
28+
xindy \
29+
dvipng \
30+
cm-super
2931
- name: Display Conda Environment Versions
3032
shell: bash -l {0}
3133
run: conda list

0 commit comments

Comments
 (0)