Skip to content

Commit 7fe6ff3

Browse files
authored
ci: use ngsPETSc main on master CI (#4457)
1 parent ad518e5 commit 7fe6ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
: # because they rely on non-PyPI versions of petsc4py.
192192
pip install --no-build-isolation --no-deps \
193193
"$PETSC_DIR"/"$PETSC_ARCH"/externalpackages/git.slepc/src/binding/slepc4py
194-
pip install --no-deps ngsPETSc netgen-mesher netgen-occt
194+
pip install --no-deps git+https://github.com/NGSolve/ngsPETSc.git netgen-mesher netgen-occt
195195
196196
: # We have to pass '--no-build-isolation' to use a custom petsc4py
197197
EXTRA_BUILD_ARGS='--no-isolation'

0 commit comments

Comments
 (0)