Skip to content

Commit 55be05d

Browse files
committed
FIX: fix execution nightly testing
1 parent ef2812e commit 55be05d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/execution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash -l {0}
3737
run: |
3838
conda install anaconda
39-
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter sphinxcontrib-youtube
39+
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinxcontrib-youtube sphinx-exercise
4040
- name: Build Lectures (+ Execution Checks)
4141
shell: bash -l {0}
4242
run: jb build lectures --path-output=./ -W --keep-going
@@ -69,7 +69,7 @@ jobs:
6969
shell: bash -l {0}
7070
run: |
7171
conda install anaconda
72-
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter sphinxcontrib-youtube
72+
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinxcontrib-youtube sphinx-exercise
7373
- name: Build Lectures (+ Execution Checks)
7474
shell: bash -l {0}
7575
run: jb build lectures --path-output=./ -W --keep-going

0 commit comments

Comments
 (0)