Skip to content

Commit fcfd9fb

Browse files
committed
[cache] add LaTeX support for cache builds
1 parent 18c2b0d commit fcfd9fb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/cache.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,17 @@ jobs:
1818
python-version: 3.8
1919
environment-file: environment.yml
2020
activate-environment: quantecon
21+
- name: Install latex dependencies
22+
run: |
23+
sudo apt-get -qq update
24+
sudo apt-get install -y \
25+
texlive-latex-recommended \
26+
texlive-latex-extra \
27+
texlive-fonts-recommended \
28+
texlive-fonts-extra \
29+
texlive-xetex \
30+
latexmk \
31+
xindy
2132
- name: Build HTML
2233
shell: bash -l {0}
2334
run: |

0 commit comments

Comments
 (0)