Skip to content

Commit

Permalink
Fix Firedrake tests
Browse files Browse the repository at this point in the history
Closes gh-891
  • Loading branch information
inducer committed Dec 1, 2024
1 parent 64b661d commit c542b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 tests/firedrake/multigrid/
validate_cff:
name: Validate CITATION.cff
Expand Down

0 comments on commit c542b99

Please sign in to comment.