Commit 96cdcdb1 by David Hotham Committed by Bjorn Neergaard

pass --no-input to pip

parent 8e8aa44c
......@@ -29,6 +29,7 @@ def pip_install(
"install",
"--disable-pip-version-check",
"--isolated",
"--no-input",
"--prefix",
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