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 a41bce5 commit 491ba8cCopy full SHA for 491ba8c
.github/workflows/execution.yml
@@ -23,9 +23,9 @@ jobs:
23
shell: bash -l {0}
24
run: |
25
conda install anaconda
26
- pip install -y jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
+ pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
27
pip uninstall -y myst-nb
28
- pip install -y git+https://github.com/executablebooks/MyST-NB@code-load-utf8-standard
+ pip install git+https://github.com/executablebooks/MyST-NB@code-load-utf8-standard
29
- name: Build Lectures (+ Execution Checks)
30
31
run: jb build lectures --path-output=./ -W --keep-going
0 commit comments