Skip to content

Commit 8b43870

Browse files
committed
Update test
1 parent 3826051 commit 8b43870

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
jupyter-nbconvert --to python fundamentals_code.ipynb
5757
python3 -c "from pyvista import start_xvfb; start_xvfb(0.1)"
5858
mpirun -n 2 python3 fundamentals_code.py
59+
jupyter-nbconvert --to python nitsche.ipynb
60+
mpirun -n 2 python3 nitsche.py
5961
jupyter-nbconvert --to python membrane_code.ipynb
6062
mpirun -n 2 python3 membrane_code.py
6163
cd ../chapter2

0 commit comments

Comments
 (0)