Skip to content

Commit b217ebc

Browse files
committed
fail on warnings
1 parent eb05a1c commit b217ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scheduled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
2727
- name: Build Lectures (+ Execution Checks) [Linux, OS X]
2828
shell: bash -l {0}
29-
run: jb build lectures --path-output=./
29+
run: jb build lectures --path-output=./ -W --keep-going
3030
execution-tests-win:
3131
name: Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }})
3232
runs-on: ${{ matrix.os }}
@@ -50,4 +50,4 @@ jobs:
5050
pip install jupyter-book sphinx-multitoc-numbering quantecon-book-theme sphinxext-rediraffe sphinx_tojupyter
5151
- name: Build Lectures (+ Execution Checks) [Windows]
5252
shell: powershell
53-
run: jb build lectures --path-output=./
53+
run: jb build lectures --path-output=./ -W --keep-going

0 commit comments

Comments
 (0)