This commit is contained in:
ahmadbilalkhalid 2019-08-29 23:14:51 +05:00
commit 7c0ccebeb5
6 changed files with 4 additions and 7 deletions

View file

@ -70,5 +70,4 @@ def setup(path, auth_name, auth_seed, auth_realm,
)
shutil.copytree(src=os.path.join(repo_name, "etcd3_wrapper"),
dst=os.path.join(repo_name, "ucloud_common", "etcd3_wrapper"))
op.add(PipenvOperation.create, path=repo_name, site_packages=True)
op.add(PipenvOperation.install, path=repo_name)