We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4f147 commit 358b026Copy full SHA for 358b026
.github/workflows/core.yml
@@ -142,9 +142,10 @@ jobs:
142
--branch $(python3 ./firedrake-repo/scripts/firedrake-configure --show-petsc-version) \
143
https://gitlab.com/petsc/petsc.git
144
else
145
- git clone --depth 1 https://gitlab.com/petsc/petsc.git
+ git clone https://gitlab.com/petsc/petsc.git
146
fi
147
cd petsc
148
+ git checkout ksagiyam/fix_submesh_coordinates
149
python3 ../firedrake-repo/scripts/firedrake-configure \
150
--arch ${{ matrix.arch }} --show-petsc-configure-options | \
151
xargs -L1 ./configure --with-make-np=8 --download-slepc
0 commit comments