From 6432a72edf54064a6e501d9a69d0d2ddecceb87a Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Fri, 15 Nov 2024 14:51:45 +0000 Subject: [PATCH] use main firedrake branches in tests (#326) --- .github/workflows/tsfc-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tsfc-tests.yml b/.github/workflows/tsfc-tests.yml index bc80bc171..98fd4696b 100644 --- a/.github/workflows/tsfc-tests.yml +++ b/.github/workflows/tsfc-tests.yml @@ -32,14 +32,14 @@ jobs: with: path: ./tsfc repository: firedrakeproject/tsfc - ref: mscroggs/gdim + ref: master - name: Install tsfc run: | cd tsfc 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/gdim#egg=finat + 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