File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,16 @@ jobs:
34
34
notebook_pattern : |
35
35
"**/tutorial_*_dolfinx.ipynb"
36
36
- backend : firedrake
37
- container : firedrakeproject/firedrake
37
+ container : firedrakeproject/firedrake-vanilla-default
38
38
setup_container : |
39
39
export DEBIAN_FRONTEND="noninteractive"
40
40
apt update -y -q
41
41
apt install -y -qq xvfb
42
- echo "/home/firedrake/firedrake/bin" >> $GITHUB_PATH
42
+ rm /usr/lib/python3.*/EXTERNALLY-MANAGED
43
43
notebook_pattern : |
44
44
"**/tutorial_*_firedrake*.ipynb"
45
45
fail-fast : false
46
- container :
47
- image : ${{ matrix.container }}
48
- options : --user root
46
+ container : ${{ matrix.container }}
49
47
steps :
50
48
- name : Determine which branch to checkout when cloning source repository
51
49
id : source_branch
You can’t perform that action at this time.
0 commit comments