This commit is contained in:
ahmadbilalkhalid 2019-09-17 22:30:52 +05:00
parent aec403546f
commit a9c1356fdc
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def setup(path, base_dir, etcd_url, without_ceph, branch):
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
if get_distro_name() == "alpine":