Skip to content

Commit 442e0c2

Browse files
Simplifly website workflow
1 parent d4d960e commit 442e0c2

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/website.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@ jobs:
2525
strategy:
2626
matrix:
2727
include:
28-
- backend: dolfinx
28+
- backend: dolfinx-nightly
2929
container: ghcr.io/fenics/dolfinx/dolfinx:nightly
30-
setup_container: |
31-
export DEBIAN_FRONTEND="noninteractive"
32-
apt update -y -q
33-
apt install -y -qq xvfb
3430
notebook_pattern: |
3531
"**/*.ipynb"
3632
fail-fast: false
@@ -58,8 +54,9 @@ jobs:
5854
path: _website
5955
- name: Setup container
6056
run: |
61-
${{ matrix.setup_container }}
62-
apt install -y -qq rsync
57+
export DEBIAN_FRONTEND="noninteractive"
58+
apt update -y -q
59+
apt install -y -qq rsync xvfb
6360
- name: Install multiphenicsx
6461
run: |
6562
python3 -m pip install --check-build-dependencies --no-build-isolation --verbose .[tutorials]

0 commit comments

Comments
 (0)