Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ksagiyam committed Jan 20, 2025
1 parent 9c5ec2f commit d40663e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
--install defcon \
--install gadopt \
--install asQ \
--package-branch ufl ksagiyam/introduce_mixed_map_0 \
--package-branch fiat ksagiyam/introduce_mixed_map_0 \
|| (cat firedrake-install.log && /bin/false)
- name: Install test dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dependencies = [
"rtree>=1.2",
"scipy",
"sympy",
"fenics-ufl @ git+https://github.com/firedrakeproject/ufl.git",
"fenics-fiat @ git+https://github.com/firedrakeproject/fiat.git",
"fenics-ufl @ git+https://github.com/firedrakeproject/ufl.git@ksagiyam/introduce_mixed_map_0",
"fenics-fiat @ git+https://github.com/firedrakeproject/fiat.git@ksagiyam/introduce_mixed_map_0",
"pyadjoint-ad @ git+https://github.com/dolfin-adjoint/pyadjoint.git",
"loopy @ git+https://github.com/firedrakeproject/loopy.git@main",
"libsupermesh @ git+https://github.com/firedrakeproject/libsupermesh.git",
Expand Down

0 comments on commit d40663e

Please sign in to comment.