Skip to content

Commit f025069

Browse files
authored
MAINT: enable latex in the cache build environment for sympy rendering (#356)
1 parent 5547cd4 commit f025069

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/cache.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ jobs:
1818
python-version: "3.11"
1919
environment-file: environment.yml
2020
activate-environment: quantecon
21+
- name: graphviz Support # TODO: required?
22+
run: |
23+
sudo apt-get -qq update && sudo apt-get install -y graphviz
24+
- name: Install latex dependencies
25+
run: |
26+
sudo apt-get -qq update
27+
sudo apt-get install -y \
28+
texlive-latex-recommended \
29+
texlive-latex-extra \
30+
texlive-fonts-recommended \
31+
texlive-fonts-extra \
32+
texlive-xetex \
33+
latexmk \
34+
xindy \
35+
dvipng \
36+
cm-super
2137
- name: Build HTML
2238
shell: bash -l {0}
2339
run: |

0 commit comments

Comments
 (0)