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 3f0381e commit 69e3cb7Copy full SHA for 69e3cb7
.github/workflows/core.yml
@@ -194,8 +194,7 @@ jobs:
194
: # because they rely on non-PyPI versions of petsc4py.
195
pip install --no-build-isolation --no-deps \
196
"$PETSC_DIR"/"$PETSC_ARCH"/externalpackages/git.slepc/src/binding/slepc4py
197
- # UNDO ME
198
- pip install --no-deps git+https://github.com/NGSolve/ngsPETSc.git@connorjward/ufl-cell-fix netgen-mesher netgen-occt
+ pip install --no-deps git+https://github.com/NGSolve/ngsPETSc.git netgen-mesher netgen-occt
199
200
: # We have to pass '--no-build-isolation' to use a custom petsc4py
201
EXTRA_BUILD_ARGS='--no-isolation'
0 commit comments