Skip to content

Commit 358b026

Browse files
committed
DROP BEFORE MERGE
1 parent 9b4f147 commit 358b026

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/core.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,10 @@ jobs:
142142
--branch $(python3 ./firedrake-repo/scripts/firedrake-configure --show-petsc-version) \
143143
https://gitlab.com/petsc/petsc.git
144144
else
145-
git clone --depth 1 https://gitlab.com/petsc/petsc.git
145+
git clone https://gitlab.com/petsc/petsc.git
146146
fi
147147
cd petsc
148+
git checkout ksagiyam/fix_submesh_coordinates
148149
python3 ../firedrake-repo/scripts/firedrake-configure \
149150
--arch ${{ matrix.arch }} --show-petsc-configure-options | \
150151
xargs -L1 ./configure --with-make-np=8 --download-slepc

0 commit comments

Comments
 (0)