We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad518e5 commit 7fe6ff3Copy full SHA for 7fe6ff3
.github/workflows/core.yml
@@ -191,7 +191,7 @@ jobs:
191
: # because they rely on non-PyPI versions of petsc4py.
192
pip install --no-build-isolation --no-deps \
193
"$PETSC_DIR"/"$PETSC_ARCH"/externalpackages/git.slepc/src/binding/slepc4py
194
- pip install --no-deps ngsPETSc netgen-mesher netgen-occt
+ pip install --no-deps git+https://github.com/NGSolve/ngsPETSc.git netgen-mesher netgen-occt
195
196
: # We have to pass '--no-build-isolation' to use a custom petsc4py
197
EXTRA_BUILD_ARGS='--no-isolation'
0 commit comments