We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88de30c commit 2ec5ba0Copy full SHA for 2ec5ba0
.github/workflows/execution.yml
@@ -69,7 +69,7 @@ jobs:
69
shell: bash -l {0}
70
run: |
71
conda install anaconda
72
- pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinxcontrib-youtube sphinx-exercise
+ pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx-tojupyter sphinxcontrib-youtube sphinx-exercise prettytable
73
- name: Build Lectures (+ Execution Checks)
74
75
run: jb build lectures --path-output=./ -W --keep-going
0 commit comments