Skip to content

Commit

Permalink
MAINT: enable latex in the cache build environment for sympy rendering (
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky authored Feb 12, 2024
1 parent 5547cd4 commit f025069
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ jobs:
python-version: "3.11"
environment-file: environment.yml
activate-environment: quantecon
- name: graphviz Support # TODO: required?
run: |
sudo apt-get -qq update && sudo apt-get install -y graphviz
- name: Install latex dependencies
run: |
sudo apt-get -qq update
sudo apt-get install -y \
texlive-latex-recommended \
texlive-latex-extra \
texlive-fonts-recommended \
texlive-fonts-extra \
texlive-xetex \
latexmk \
xindy \
dvipng \
cm-super
- name: Build HTML
shell: bash -l {0}
run: |
Expand Down

0 comments on commit f025069

Please sign in to comment.