Skip to content

Commit 87bff6e

Browse files
committed
FIX: fix nightly execution testing
1 parent 426bd09 commit 87bff6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/execution.yml

+2-2
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
2727
- name: Install latex dependencies
2828
run: |
2929
sudo apt-get -qq update
@@ -65,7 +65,7 @@ jobs:
6565
shell: bash -l {0}
6666
run: |
6767
conda install anaconda
68-
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
68+
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinx-exercise
6969
- name: Install latex dependencies
7070
run: |
7171
brew install texlive

0 commit comments

Comments
 (0)