Skip to content

Commit

Permalink
add version control over build infra
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Apr 15, 2024
1 parent d49d5a4 commit d3f30f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/collab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Build Software
shell: bash -l {0}
run: |
pip install jupyter-book docutils==0.17.1 quantecon-book-theme sphinx-tojupyter sphinxext-rediraffe sphinx-exercise sphinxcontrib-youtube sphinx-togglebutton arviz
pip install jupyter-book==0.15.1 docutils==0.17.1 quantecon-book-theme==0.7.1 sphinx-tojupyter==0.3.0 sphinxext-rediraffe==0.2.7 sphinx-exercise==0.4.1 sphinxcontrib-youtube==1.1.0 sphinx-togglebutton==0.3.1 arviz==0.13.0
# Build of HTML (Execution Testing)
- name: Build HTML
shell: bash -l {0}
Expand Down

0 comments on commit d3f30f9

Please sign in to comment.