From d40663eb10f738560b82a00b0f472933a09a7bb9 Mon Sep 17 00:00:00 2001 From: ksagiyam Date: Fri, 10 Jan 2025 22:53:26 +0000 Subject: [PATCH] CI --- .github/workflows/build.yml | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0eb616c24d..7bfd82383c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/pyproject.toml b/pyproject.toml index bb934e4182..3d1ccabbf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",