File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
actions/install-dependencies Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 - name : Install apt dependencies and upgrade pip
77 shell : bash -el {0}
88 run : |
9- apt-get update && apt-get install -y libxrender1
9+ apt-get update && apt-get install -y libxrender1 libgl1-mesa-dev mesa-utils
Original file line number Diff line number Diff line change 1919 container : ghcr.io/fenics/dolfinx/lab:stable
2020
2121 env :
22- PYVISTA_OFF_SCREEN : false
23- PYVISTA_JUPYTER_BACKEND : " html"
22+ PYVISTA_OFF_SCREEN : true
23+ PYVISTA_JUPYTER_BACKEND : html
2424
2525 steps :
2626 - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 88env :
99 HDF5_MPI : " ON"
1010 HDF5_DIR : " /usr/local/"
11- DISPLAY : " :99.0"
1211 DEB_PYTHON_INSTALL_LAYOUT : deb_system
1312 LIBGL_ALWAYS_SOFTWARE : 1
1413
1817 container : ghcr.io/fenics/dolfinx/lab:stable
1918 env :
2019 PYVISTA_OFF_SCREEN : true
20+ PYVISTA_JUPYTER_BACKEND : html
2121
2222 # Steps represent a sequence of tasks that will be executed as part of the job
2323 steps :
You can’t perform that action at this time.
0 commit comments