Skip to content

Commit

Permalink
install build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Apr 11, 2024
1 parent c158c71 commit 5cba7ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/collab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
branch: main
name: build-cache
path: _build
# Install build software
- name: Install Build Software
shell: bash -l {0}
run: |
pip install --yes jupyter-book quantecon-book-theme sphinx-tojupyter sphinxext-rediraffe sphinx-exercise docutils==0.17.1
# Build of HTML (Execution Testing)
- name: Build HTML
shell: bash -l {0}
Expand Down

0 comments on commit 5cba7ac

Please sign in to comment.