We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec05341 commit 3e68779Copy full SHA for 3e68779
tasks.py
@@ -26,7 +26,7 @@ def clean(context):
26
def build(context):
27
# context.run('pip install -r requirements-test.txt', echo=True, pty=True)
28
# keep verbose to see warnings
29
- context.run(f'{sys.executable} -m pip --disable-pip-version-check -v install .', echo=True, pty=True)
+ context.run(f'{sys.executable} -m pip --disable-pip-version-check -v install --no-build-isolation .', echo=True, pty=True)
30
31
32
@invoke.task(build)
0 commit comments