File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v4
1111 with :
1212 ref : ${{ github.event.pull_request.head.sha }}
13+ # Install build software
14+ - name : Install Build Software & LaTeX (kalman_2)
15+ shell : bash -l {0}
16+ run : |
17+ 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
18+ apt-get install dvipng texlive texlive-latex-extra texlive-fonts-recommended cm-super
1319 - name : Check nvidia drivers
1420 shell : bash -l {0}
1521 run : |
2834 branch : main
2935 name : build-cache
3036 path : _build
31- # Install build software
32- - 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
3737 # Build of HTML (Execution Testing)
3838 - name : Build HTML
3939 shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments