Skip to content

Commit 0ed4ab3

Browse files
committed
DROP BEFORE MERGE: CI: Point to the right branches
1 parent 6797771 commit 0ed4ab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build Firedrake
4343
run: |
4444
cd ..
45-
./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)
45+
./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 tsfc gpu --package-branch pyop2 gpu || (cat firedrake-install.log && /bin/false)
4646
- name: Install test dependencies
4747
run: |
4848
. ../build/bin/activate

0 commit comments

Comments
 (0)