Skip to content

Commit a08cb7e

Browse files
committed
Don't isolate build during installation via pip
1 parent ac9a831 commit a08cb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
- name: Install Python via pip
337337
if: matrix.with-python == true
338338
run: |
339-
pip install . -v
339+
pip install . -v --no-build-isolation
340340
# - name: Configure Python
341341
# if: matrix.with-python == true
342342
# run: |

0 commit comments

Comments
 (0)