We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5258ee4 commit d44abd2Copy full SHA for d44abd2
.github/workflows/core.yml
@@ -207,6 +207,9 @@ jobs:
207
--extra-index-url https://download.pytorch.org/whl/cpu \
208
"$(echo ./firedrake-repo/dist/firedrake-*.tar.gz)[ci,docs]"
209
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
+
213
firedrake-clean
214
pip list
215
0 commit comments