From bad7e9c95b495cadffbeac4141d523549c70bdf5 Mon Sep 17 00:00:00 2001 From: "David A. Ham" Date: Wed, 7 Jun 2023 09:12:44 +0100 Subject: [PATCH 1/2] test correct ufl branch --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 291634e4f6..f2e3544098 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,6 +79,7 @@ jobs: --install icepack \ --install irksome \ --install femlium \ + --package-branch ufl mscroggs/delete-unused-code \ || (cat firedrake-install.log && /bin/false) - name: Install test dependencies run: | From c85a9aab2621a10f9556e20f5eca6458d1db62c4 Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Mon, 19 Jun 2023 10:07:03 +0100 Subject: [PATCH 2/2] rerun tests --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 79b0d9e96d..e3e6df5b99 100644 --- a/README.rst +++ b/README.rst @@ -4,3 +4,5 @@ enables users to employ a wide range of discretisations to an infinite variety of PDEs and obtain high performance code on CPUs. For more information on Firedrake, please see https://www.firedrakeproject.org. + +A