Skip to content

Commit 69e3cb7

Browse files
authored
Remove old ngsPETSc fix, use main in our CI (#4723)
1 parent 3f0381e commit 69e3cb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ jobs:
194194
: # because they rely on non-PyPI versions of petsc4py.
195195
pip install --no-build-isolation --no-deps \
196196
"$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
197+
pip install --no-deps git+https://github.com/NGSolve/ngsPETSc.git netgen-mesher netgen-occt
199198
200199
: # We have to pass '--no-build-isolation' to use a custom petsc4py
201200
EXTRA_BUILD_ARGS='--no-isolation'

0 commit comments

Comments
 (0)