We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d960e commit 442e0c2Copy full SHA for 442e0c2
1 file changed
.github/workflows/website.yml
@@ -25,12 +25,8 @@ jobs:
25
strategy:
26
matrix:
27
include:
28
- - backend: dolfinx
+ - backend: dolfinx-nightly
29
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
34
notebook_pattern: |
35
"**/*.ipynb"
36
fail-fast: false
@@ -58,8 +54,9 @@ jobs:
58
54
path: _website
59
55
- name: Setup container
60
56
run: |
61
- ${{ matrix.setup_container }}
62
- apt install -y -qq rsync
57
+ export DEBIAN_FRONTEND="noninteractive"
+ apt update -y -q
+ apt install -y -qq rsync xvfb
63
- name: Install multiphenicsx
64
65
python3 -m pip install --check-build-dependencies --no-build-isolation --verbose .[tutorials]
0 commit comments