Skip to content

Commit

Permalink
Point at better branch now upstream is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Dec 4, 2024
1 parent 45fa38b commit 309d04d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ jobs:
--install defcon \
--install gadopt \
--install asQ \
--package-branch loopy connorjward/revert-hack-for-firedrake \
--package-branch loopy connorjward/merge-upstream \
|| (cat firedrake-install.log && /bin/false)
- name: Install test dependencies
run: |
2 changes: 1 addition & 1 deletion .github/workflows/pyop2.yml
Original file line number Diff line number Diff line change
@@ -108,7 +108,7 @@ jobs:
source ../venv/bin/activate
python -m pip install -v ".[test]"
python -m pip uninstall -y pytools loopy
python -m pip install git+https://github.com/firedrakeproject/loopy.git@connorjward/revert-hack-for-firedrake
python -m pip install git+https://github.com/firedrakeproject/loopy.git@connorjward/merge-upstream
- name: Run tests
shell: bash

0 comments on commit 309d04d

Please sign in to comment.