a
This commit is contained in:
parent
aec403546f
commit
a9c1356fdc
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def setup(path, base_dir, etcd_url, without_ceph, branch):
|
||||||
|
|
||||||
install_available(repo_name)
|
install_available(repo_name)
|
||||||
|
|
||||||
sp.check_output(['pipenv', 'install'], cwd=repo_name)
|
sp.check_output(['pipenv', 'install', '--python', '3'], cwd=repo_name)
|
||||||
|
|
||||||
# Write Crontab entry
|
# Write Crontab entry
|
||||||
if get_distro_name() == "alpine":
|
if get_distro_name() == "alpine":
|
||||||
|
|
Loading…
Reference in a new issue