1 parent 399e420 commit d535bc9Copy full SHA for d535bc9
1 file changed
.github/workflows/test_stable.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install additional deps
30
run: |
31
python3 -m pip install -U pip setuptools pkgconfig poetry-core
32
- python3 -m pip install --no-binary=h5py .[netgen]
+ python3 -m pip install --no-binary=h5py --no-build-isolation .[netgen]
33
34
- name: Test complex notebooks in parallel
35
working-directory: chapter1
0 commit comments