Skip to content

Commit d535bc9

Browse files
committed
Further build isolation
1 parent 399e420 commit d535bc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/test_stable.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install additional deps
3030
run: |
3131
python3 -m pip install -U pip setuptools pkgconfig poetry-core
32-
python3 -m pip install --no-binary=h5py .[netgen]
32+
python3 -m pip install --no-binary=h5py --no-build-isolation .[netgen]
3333
3434
- name: Test complex notebooks in parallel
3535
working-directory: chapter1

0 commit comments

Comments
 (0)