Skip to content

Commit 579af78

Browse files
committed
Add offscreen false to jupyter build
1 parent 5d01c81 commit 579af78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 .
37+
run: PYVISTA_OFF_SCREEN=false jupyter-book build .
3838

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

0 commit comments

Comments
 (0)