File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -150,21 +150,6 @@ jobs:
150150 . ../firedrake_venv/bin/activate
151151 firedrake-run-split-tests 8 1 "$EXTRA_PYTEST_ARGS --junit-xml=firedrake8_{#}.xml"
152152
153- - name : Test pyadjoint
154- if : (success() || steps.build.conclusion == 'success') && matrix.scalar-type == 'real'
155- run : |
156- . ../firedrake_venv/bin/activate
157- cd ../firedrake_venv/src/pyadjoint
158- python -m pytest \
159- --strict-markers \
160- --durations=200 \
161- --timeout=600 \
162- --timeout-method=thread \
163- -o faulthandler_timeout=660 \
164- -n 12 --dist worksteal \
165- -sv tests/firedrake_adjoint
166- timeout-minutes : 5
167-
168153 - name : Run Gusto smoke tests
169154 # Only test Gusto in real mode
170155 if : (success() || steps.build.conclusion == 'success') && matrix.scalar-type == 'real'
You can’t perform that action at this time.
0 commit comments