Skip to content

Commit 32e2f52

Browse files
pbrubeckclaude
andcommitted
DROP BEFORE MERGE: build against firedrakeproject/fiat#268
EnrichedElement has no dual basis without it, so interpolating into the facet space of a hexahedron raises NotImplementedError, and gem cannot unconcatenate a dual basis whose blocks have already been contracted with a Cofunction. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent a809de1 commit 32e2f52

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/actions/install/action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@ runs:
163163
firedrake-clean
164164
pip list
165165
166+
- name: "DROP BEFORE MERGE: install FIAT from firedrakeproject/fiat#268"
167+
shell: bash
168+
run: |
169+
. venv/bin/activate
170+
pip install --verbose --no-build-isolation --no-deps --force-reinstall \
171+
git+https://github.com/firedrakeproject/fiat.git@pbrubeck/fix/dual-enriched
172+
pip list | grep -i fiat
173+
166174
- name: Run firedrake-check
167175
shell: bash
168176
run: |

0 commit comments

Comments
 (0)