From cc35fa60d69dd37b1efe7d8e4d91ab4a6790c6b9 Mon Sep 17 00:00:00 2001 From: ksagiyam Date: Tue, 22 Jul 2025 21:06:27 +0100 Subject: [PATCH] ci: use ngsPETSc main on master CI --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index c2b7aae6d5..c2a65088ee 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -191,7 +191,7 @@ jobs: : # because they rely on non-PyPI versions of petsc4py. pip install --no-build-isolation --no-deps \ "$PETSC_DIR"/"$PETSC_ARCH"/externalpackages/git.slepc/src/binding/slepc4py - pip install --no-deps ngsPETSc netgen-mesher netgen-occt + pip install --no-deps git+https://github.com/NGSolve/ngsPETSc.git netgen-mesher netgen-occt : # We have to pass '--no-build-isolation' to use a custom petsc4py EXTRA_BUILD_ARGS='--no-isolation'