Skip to content

Commit

Permalink
DROP BEFORE MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Apr 11, 2022
1 parent e7bbf02 commit 158225c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: Build Firedrake
run: |
cd ..
./firedrake/scripts/firedrake-install $COMPLEX --venv-name build --tinyasm --disable-ssh --minimal-petsc --slepc --documentation-dependencies --install thetis --install gusto --install icepack --install irksome --install femlium --no-package-manager|| (cat firedrake-install.log && /bin/false)
export PETSC_CONFIGURE_OPTIONS="--download-cmake --download-metis --download-parmetis --download-ptscotch --download-mmg --download-parmmg"
./firedrake/scripts/firedrake-install $COMPLEX --venv-name build --tinyasm --disable-ssh --minimal-petsc --slepc --documentation-dependencies --install thetis --install gusto --install icepack --install irksome --install femlium --no-package-manager --package-branch petsc jwallwork23/firedrake|| (cat firedrake-install.log && /bin/false)
- name: Install test dependencies
run: |
. ../build/bin/activate
Expand Down

0 comments on commit 158225c

Please sign in to comment.