We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59f1d9 commit f2cee66Copy full SHA for f2cee66
1 file changed
.github/workflows/core.yml
@@ -543,6 +543,7 @@ jobs:
543
544
- name: Install PETSc
545
run: |
546
+ env
547
if [ ${{ inputs.target_branch }} = 'release' ]; then
548
git clone --depth 1 \
549
--branch $(python3 ./firedrake-repo/scripts/firedrake-configure --gpu-arch cuda --show-petsc-version) \
0 commit comments