Skip to content

Commit 5d01c81

Browse files
committed
Remove -W
1 parent 19867b7 commit 5d01c81

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/book_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python3 -m pip install --no-binary=h5py .[netgen]
3535
3636
- name: Build the book
37-
run: jupyter-book build . -W
37+
run: jupyter-book build .
3838

3939
- uses: actions/upload-artifact@v4
4040
if: always()

.github/workflows/test_nightly.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,7 @@ jobs:
3737
python3 -m pip install --no-build-isolation --break-system-packages --no-cache-dir --no-binary=h5py .[netgen] --upgrade
3838
3939
- name: Test building the book
40-
run: PYVISTA_OFF_SCREEN=false jupyter-book build -W .
41-
42-
- name: Test building the book
43-
run: PYVISTA_OFF_SCREEN=false jupyter-book build -W .
40+
run: PYVISTA_OFF_SCREEN=false jupyter-book build .
4441

4542
- name: Test complex notebooks in parallel
4643
working-directory: chapter1

0 commit comments

Comments
 (0)