From 8eba3a6eb3fe1f1823ca3b220c2bafb88ead071e Mon Sep 17 00:00:00 2001 From: Umberto Zerbinati Date: Mon, 27 May 2024 19:23:15 +0100 Subject: [PATCH] Clean up Signed-off-by: Umberto Zerbinati --- .github/workflows/ngsPETSc.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ngsPETSc.yml b/.github/workflows/ngsPETSc.yml index 2af0e7b..a55f1fb 100644 --- a/.github/workflows/ngsPETSc.yml +++ b/.github/workflows/ngsPETSc.yml @@ -117,8 +117,6 @@ jobs: run: | . /home/firedrake/firedrake/bin/activate cd $VIRTUAL_ENV/src/firedrake - ls tests/regression - python -c 'import ngsPETSc; print(ngsPETSc.VERSION)' pytest tests/regression/test_poisson_strong_bcs.py pytest tests/multigrid/test_netgen_gmg.py pytest tests/regression/test_netgen.py