From e967b4f919bacfe0b2115be294f4b91388c8d4a8 Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Wed, 15 Nov 2023 13:38:24 +0000 Subject: [PATCH 1/2] use tsfc master on CI --- .github/workflows/tsfc-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tsfc-tests.yml b/.github/workflows/tsfc-tests.yml index 45752de0c..dc21fb167 100644 --- a/.github/workflows/tsfc-tests.yml +++ b/.github/workflows/tsfc-tests.yml @@ -32,7 +32,7 @@ jobs: with: path: ./tsfc repository: firedrakeproject/tsfc - ref: mscroggs/newfl-legacy2 + ref: master - name: Install tsfc run: | cd tsfc From 78d3523c9ddea1af92a81a4c9d84bdf5eb1aacfe Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Wed, 15 Nov 2023 13:40:51 +0000 Subject: [PATCH 2/2] another branch name --- .github/workflows/tsfc-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tsfc-tests.yml b/.github/workflows/tsfc-tests.yml index dc21fb167..06b10a13d 100644 --- a/.github/workflows/tsfc-tests.yml +++ b/.github/workflows/tsfc-tests.yml @@ -39,7 +39,7 @@ jobs: pip install -r requirements-ext.txt pip install git+https://github.com/coneoproject/COFFEE.git#egg=coffee pip install git+https://github.com/firedrakeproject/fiat.git#egg=fenics-fiat - pip install git+https://github.com/FInAT/FInAT.git@mscroggs/ufl-elements + pip install git+https://github.com/FInAT/FInAT.git#egg=finat pip install git+https://github.com/firedrakeproject/loopy.git#egg=loopy pip install .[ci] pip install pytest