From f113be03007d8b11b5ecf30473f04d4173b27c7c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 1 Dec 2024 14:23:43 -0600 Subject: [PATCH] Fix Firedrake tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23498828..a208ce54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -194,9 +194,9 @@ jobs: cd /home/firedrake/firedrake/src/firedrake # patch so exception messages get shown - curl -L https://gist.githubusercontent.com/inducer/17d7134ace215f0df1f3627eac4195c7/raw/63edfaf2ec8bf06987896569a4f24264df490e9e/firedrake-debug-patch.diff | patch -p1 + curl -L https://gist.githubusercontent.com/inducer/17d7134ace215f0df1f3627eac4195c7/raw/ec5470a7d8587b6e1f336f3ef1d0ece5e26f236a/firedrake-debug-patch.diff | patch -p1 - pytest --tb=native -rsxw --durations=10 -m 'not parallel' tests/multigrid/ + pytest --tb=native -rsxw --durations=10 -m 'not parallel' tests/firedrake/multigrid/ validate_cff: name: Validate CITATION.cff -- GitLab