Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
ksagiyam committed Dec 18, 2024
1 parent 18a952f commit f4b93fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
--install defcon \
--install gadopt \
--install asQ \
--package-branch ufl ksagiyam/merge_upstream \
|| (cat firedrake-install.log && /bin/false)
- name: Install test dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"rtree>=1.2",
"scipy",
"sympy",
"fenics-ufl @ git+https://github.com/firedrakeproject/ufl.git",
"fenics-ufl @ git+https://github.com/firedrakeproject/ufl.git@ksagiyam/merge_upstream",
"fenics-fiat @ git+https://github.com/firedrakeproject/fiat.git",
"pyadjoint-ad @ git+https://github.com/dolfin-adjoint/pyadjoint.git",
"loopy @ git+https://github.com/firedrakeproject/loopy.git@main",
Expand Down

0 comments on commit f4b93fd

Please sign in to comment.