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 55be05d commit 88de30cCopy full SHA for 88de30c
.github/workflows/execution.yml
@@ -36,7 +36,7 @@ jobs:
36
shell: bash -l {0}
37
run: |
38
conda install anaconda
39
- 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
40
- name: Build Lectures (+ Execution Checks)
41
42
run: jb build lectures --path-output=./ -W --keep-going
0 commit comments