WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 10 files changed +858
-23
lines changed
Expand file tree Collapse file tree 10 files changed +858
-23
lines changed Original file line number Diff line number Diff line change 2626 PYVISTA_JUPYTER_BACKEND : " html"
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030
3131 - name : Install common packages
3232 uses : ./.github/actions/install-dependencies
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 - name : Setup Pages
4141 uses : actions/configure-pages@v5
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 - name : Log in to the Container registry
3434 uses : docker/login-action@v3
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
2727 LIBGL_ALWAYS_SOFTWARE : 1
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131
3232 - name : Special handling of some installation
3333 uses : ./.github/actions/install-dependencies
3434
3535 - name : Install requirements
3636 run : |
37- python3 -m pip install --break-system-packages -U pip setuptools pkgconfig
38- python3 -m pip install --no-build-isolation --break-system-packages --no-cache-dir --no-binary=h5py . --upgrade
37+ python3 -m pip install --break-system-packages -U pip setuptools pkgconfig poetry-core
38+ python3 -m pip install --no-build-isolation --break-system-packages --no-cache-dir --no-binary=h5py .[netgen] --upgrade
3939
4040 - name : Test building the book
4141 run : PYVISTA_OFF_SCREEN=false jupyter-book build -W .
Original file line number Diff line number Diff line change @@ -21,15 +21,16 @@ jobs:
2121
2222 # Steps represent a sequence of tasks that will be executed as part of the job
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 ref : release
2727
2828 - uses : ./.github/actions/install-dependencies
2929
3030 - name : Install additional deps
3131 run : |
32- python3 -m pip install --no-binary=h5py .
32+ python3 -m pip install -U pip setuptools pkgconfig poetry-core
33+ python3 -m pip install --no-binary=h5py .[netgen]
3334
3435 - name : Test complex notebooks in parallel
3536 working-directory : chapter1
Original file line number Diff line number Diff line change 1616 sections :
1717 - file : chapter1/membrane_code
1818 - file : chapter1/membrane_paraview
19+
1920 - caption : A Gallery of finite element solvers
2021 chapters :
2122 - file : chapter2/intro
3940 - file : chapter2/helmholtz
4041 sections :
4142 - file : chapter2/helmholtz_code
43+ - file : chapter2/amr
4244
4345 - caption : Subdomains and boundary conditions
4446 chapters :
You can’t perform that action at this time.
0 commit comments