Skip to content

Commit

Permalink
Merge branch 'uz/CI' into JDBetteridge/update_build_system
Browse files Browse the repository at this point in the history
  • Loading branch information
Umberto Zerbinati committed Dec 7, 2024
2 parents a2788a0 + 5599d49 commit cccb036
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ngsPETSc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ jobs:
run: |
. /home/firedrake/firedrake/bin/activate
cd $VIRTUAL_ENV/src/firedrake
pytest tests/multigrid/test_netgen_gmg.py
pytest tests/regression/test_netgen.py
pytest tests/firedrake/regression/test_poisson_strong_bcs.py
pytest tests/firedrake/multigrid/test_netgen_gmg.py
pytest tests/firedrake/regression/test_netgen.py
firedrake-complex:
runs-on: ubuntu-latest
Expand All @@ -140,6 +141,6 @@ jobs:
run: |
. /home/firedrake/firedrake/bin/activate
cd $VIRTUAL_ENV/src/firedrake
pytest tests/regression/test_poisson_strong_bcs.py
pytest tests/multigrid/test_netgen_gmg.py
pytest tests/regression/test_netgen.py
pytest tests/firedrake/regression/test_poisson_strong_bcs.py
pytest tests/firedrake/multigrid/test_netgen_gmg.py
pytest tests/firedrake/regression/test_netgen.py

0 comments on commit cccb036

Please sign in to comment.