Skip to content

Commit 3e68779

Browse files
committed
no build isolation
1 parent ec05341 commit 3e68779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def clean(context):
2626
def build(context):
2727
# context.run('pip install -r requirements-test.txt', echo=True, pty=True)
2828
# keep verbose to see warnings
29-
context.run(f'{sys.executable} -m pip --disable-pip-version-check -v install .', echo=True, pty=True)
29+
context.run(f'{sys.executable} -m pip --disable-pip-version-check -v install --no-build-isolation .', echo=True, pty=True)
3030

3131

3232
@invoke.task(build)

0 commit comments

Comments
 (0)