Skip to content

Commit 4d97031

Browse files
committed
DROP BEFORE MERGE: CI: Point to the right branches
1 parent b32d261 commit 4d97031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build Firedrake
4747
run: |
4848
cd ..
49-
./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)
49+
./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)
5050
- name: Install test dependencies
5151
run: |
5252
. ../build/bin/activate

0 commit comments

Comments
 (0)