We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1d639 commit 5fb9403Copy full SHA for 5fb9403
1 file changed
.github/workflows/collab.yml
@@ -29,10 +29,11 @@ jobs:
29
name: build-cache
30
path: _build
31
# Install build software
32
- - name: Install Build Software
+ - name: Install Build Software & LaTeX (kalman_2)
33
shell: bash -l {0}
34
run: |
35
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
37
# Build of HTML (Execution Testing)
38
- name: Build HTML
39
0 commit comments