File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-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- - name : Install latest arviz
14- shell : bash -l {0}
15- run : |
16- pip install --upgrade arviz
1713 - name : Check nvidia drivers
1814 shell : bash -l {0}
1915 run : |
3632 - name : Install Build Software
3733 shell : bash -l {0}
3834 run : |
39- pip install jupyter-book==0.15.1 docutils==0.17.1 quantecon-book-theme==0.7 .2 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinx-reredirects sphinx-exercise==0.4.1 sphinxcontrib-youtube==1.1 .0 sphinx-togglebutton==0.3.1 arviz==0.13.0 sphinx-proof
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
4036 # Build of HTML (Execution Testing)
4137 - name : Build HTML
4238 shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -16,4 +16,3 @@ dependencies:
1616 - ghp-import==1.1.0
1717 - sphinxcontrib-youtube==1.3.0 # Version 1.3.0 is required as quantecon-book-theme is only compatible with sphinx<=5
1818 - sphinx-togglebutton==0.3.2
19- - arviz
You can’t perform that action at this time.
0 commit comments