Skip to content

Commit 88de30c

Browse files
committed
FIX: Add prettytable for execution checks
1 parent 55be05d commit 88de30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/execution.yml

Lines changed: 1 addition & 1 deletion
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 sphinx-exercise
39+
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinxcontrib-youtube sphinx-exercise prettytable
4040
- name: Build Lectures (+ Execution Checks)
4141
shell: bash -l {0}
4242
run: jb build lectures --path-output=./ -W --keep-going

0 commit comments

Comments
 (0)