Skip to content

Commit 1f34132

Browse files
committed
Merge branch 'pbrubeck/linear-solver' of github.com:firedrakeproject/firedrake into pbrubeck/linear-solver
2 parents 026b0ef + e3bf63e commit 1f34132

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)