Skip to content

Commit d44abd2

Browse files
committed
ci fix
1 parent 5258ee4 commit d44abd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/core.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ jobs:
207207
--extra-index-url https://download.pytorch.org/whl/cpu \
208208
"$(echo ./firedrake-repo/dist/firedrake-*.tar.gz)[ci,docs]"
209209
210+
pip uninstall firedrake-fiat -y; pip cache remove firedrake_fiat; pip install git+https://github.com/firedrakeproject/fiat.git@ksagiyam/introduce_mixed_map_mixed_cell
211+
pip uninstall fenics-ufl -y; pip cache remove fenics-ufl; pip install git+https://github.com/firedrakeproject/ufl.git@ksagiyam/introduce_mixed_map_mixed_cell
212+
210213
firedrake-clean
211214
pip list
212215

0 commit comments

Comments
 (0)