We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533f482 commit 2fa4c89Copy full SHA for 2fa4c89
.github/workflows/build.yml
@@ -28,6 +28,7 @@ jobs:
28
# The docker container to use.
29
container:
30
image: firedrakeproject/firedrake-env:latest
31
+ options: --user root
32
strategy:
33
# Don't immediately kill real if complex fails and vice versa.
34
fail-fast: false
@@ -84,6 +85,8 @@ jobs:
84
85
--install defcon \
86
--install gadopt \
87
--install asQ \
88
+ --package-branch tsfc ksagiyam/introduce_mixed_map \
89
+ --package-branch ufl ksagiyam/introduce_mixed_map \
90
|| (cat firedrake-install.log && /bin/false)
91
- name: Install test dependencies
92
run: |
0 commit comments