Skip to content

Commit 01e6515

Browse files
committed
DROP BEFORE MERGE
1 parent abc00b1 commit 01e6515

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/core.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,10 @@ jobs:
153153
--branch $(python3 ./firedrake-repo/scripts/firedrake-configure --show-petsc-version) \
154154
https://gitlab.com/petsc/petsc.git
155155
else
156-
git clone --depth 1 https://gitlab.com/petsc/petsc.git
156+
git clone https://gitlab.com/petsc/petsc.git
157157
fi
158158
cd petsc
159+
git checkout ksagiyam/fix_submesh_cdim
159160
python3 ../firedrake-repo/scripts/firedrake-configure \
160161
--arch ${{ matrix.arch }} --show-petsc-configure-options | \
161162
xargs -L1 ./configure --with-make-np=8 --download-slepc
@@ -191,7 +192,7 @@ jobs:
191192
: # because they rely on non-PyPI versions of petsc4py.
192193
pip install --no-build-isolation --no-deps \
193194
"$PETSC_DIR"/"$PETSC_ARCH"/externalpackages/git.slepc/src/binding/slepc4py
194-
pip install --no-deps ngsPETSc netgen-mesher netgen-occt
195+
pip install --no-deps git+https://github.com/ksagiyam/ngsPETSc.git@ksagiyam/remove_mesh_init netgen-mesher netgen-occt
195196
196197
: # We have to pass '--no-build-isolation' to use a custom petsc4py
197198
EXTRA_BUILD_ARGS='--no-isolation'

0 commit comments

Comments
 (0)