Skip to content

Commit 19867b7

Browse files
committed
INstall osmesa
1 parent c04e742 commit 19867b7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ runs:
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

.github/workflows/book_stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
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

.github/workflows/test_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
env:
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

@@ -18,6 +17,7 @@ jobs:
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:

0 commit comments

Comments
 (0)