Skip to content

Commit d528214

Browse files
authored
Update test_mpc.yml (#148)
1 parent cfcb990 commit d528214

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_mpc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
basix: ${{ env.BASIX_BRANCH }}
9696
ffcx: ${{ env.FFCX_BRANCH }}
9797
petsc_arch: ${{ env.PETSC_ARCH }}
98+
- name: Restrict CFFI
99+
run:
100+
python3 -m pip install --no-build-isolation cffi<1.17
98101

99102
- name: Install DOLFINx-MPC (C++)
100103
run: |

0 commit comments

Comments
 (0)