Skip to content

Commit 491ba8c

Browse files
committed
keep -y only for uninstall
1 parent a41bce5 commit 491ba8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/execution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
shell: bash -l {0}
2424
run: |
2525
conda install anaconda
26-
pip install -y 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
2727
pip uninstall -y myst-nb
28-
pip install -y git+https://github.com/executablebooks/MyST-NB@code-load-utf8-standard
28+
pip install git+https://github.com/executablebooks/MyST-NB@code-load-utf8-standard
2929
- name: Build Lectures (+ Execution Checks)
3030
shell: bash -l {0}
3131
run: jb build lectures --path-output=./ -W --keep-going

0 commit comments

Comments
 (0)