This commit is contained in:
ahmadbilalkhalid 2019-09-14 00:41:55 +05:00
parent 07fdaa3dcd
commit 0ed8fa8389
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ def install_available(project_path):
pass
if get_distro_name() == "alpine":
sp.check_output(['pipenv', 'lock'])
sp.check_output(['pipenv', 'lock'], cwd=project_path)
with open(os.path.join(project_path, "Pipfile.lock")) as f:
content = json.load(f)