Skip to content

Commit 1f95aa6

Browse files
committed
MAINT: Update execution scripts for overnight testing to include latest packages
1 parent bff06ac commit 1f95aa6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/execution-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash -l {0}
2424
run: |
2525
conda install anaconda
26-
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
26+
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinx-exercise sphinx-togglebutton
2727
- name: Build Lectures (+ Execution Checks)
2828
shell: bash -l {0}
2929
run: jb build lectures --path-output=./ -W --keep-going

.github/workflows/execution-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash -l {0}
2424
run: |
2525
conda install anaconda
26-
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
26+
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinx-exercise sphinx-togglebutton
2727
- name: Build Lectures (+ Execution Checks)
2828
shell: bash -l {0}
2929
run: jb build lectures --path-output=./ -W --keep-going

.github/workflows/execution-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
conda install -c numba numba
2929
conda install -c numba llvmlite
3030
pip install jupyter-book
31-
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
31+
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinx-exercise sphinx-togglebutton
3232
- name: Build Lectures (+ Execution Checks)
3333
shell: powershell
3434
run: jb build lectures --path-output=./ -W --keep-going

0 commit comments

Comments
 (0)