a
This commit is contained in:
parent
e3f6767910
commit
07fdaa3dcd
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ import json
|
|||
import os
|
||||
|
||||
def install_available(project_path):
|
||||
try:
|
||||
os.remove(os.path.join(project_path, "Pipfile.lock"))
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
if get_distro_name() == "alpine":
|
||||
sp.check_output(['pipenv', 'lock'])
|
||||
|
||||
|
|
Loading…
Reference in a new issue