Commit 96cdcdb1 by David Hotham Committed by Bjorn Neergaard

pass --no-input to pip

parent 8e8aa44c
...@@ -29,6 +29,7 @@ def pip_install( ...@@ -29,6 +29,7 @@ def pip_install(
"install", "install",
"--disable-pip-version-check", "--disable-pip-version-check",
"--isolated", "--isolated",
"--no-input",
"--prefix", "--prefix",
str(environment.path), str(environment.path),
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment