File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments