This commit is contained in:
ahmadbilalkhalid 2019-08-29 23:39:49 +05:00
parent 15e3d10d0b
commit e000ba6dd8
2 changed files with 1 additions and 2 deletions

View File

@ -89,7 +89,7 @@ class PipenvOperation(object):
else:
command = f"pipenv install"
try:
output = subprocess.check_output(command.split(), cwd=path, env={**os.environ, "PIP_INSTALL_OPTION": "-- --jobs=8"})
output = subprocess.check_output(command.split(), cwd=path, env={**os.environ, "PIP_INSTALL_OPTION": "--jobs=8"})
except subprocess.CalledProcessError as e:
return Result(e, ResultType.failure, inspect.currentframe().f_code.co_name)
else:

@ -1 +0,0 @@
Subproject commit 9aeb05987bd1b84e7ac851ce8b84f31647e436bd