Skip to content

Commit 5fb9403

Browse files
committed
move texlive install for collab to action
1 parent 6b1d639 commit 5fb9403

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/collab.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ jobs:
2929
name: build-cache
3030
path: _build
3131
# Install build software
32-
- name: Install Build Software
32+
- name: Install Build Software & LaTeX (kalman_2)
3333
shell: bash -l {0}
3434
run: |
3535
pip install jupyter-book==1.0.3 quantecon-book-theme==0.8.2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinxcontrib-youtube==1.3.0 sphinx-togglebutton==0.3.2 arviz sphinx-proof sphinx-exercise sphinx-reredirects
36+
apt-get install dvipng texlive texlive-latex-extra texlive-fonts-recommended cm-super
3637
# Build of HTML (Execution Testing)
3738
- name: Build HTML
3839
shell: bash -l {0}

0 commit comments

Comments
 (0)