a
This commit is contained in:
parent
04ae395193
commit
e1b0db05b3
1 changed files with 1 additions and 2 deletions
|
@ -79,5 +79,4 @@ def setup(
|
|||
src=os.path.join(repo_name, "etcd3_wrapper"),
|
||||
dst=os.path.join(repo_name, "ucloud_common", "etcd3_wrapper"),
|
||||
)
|
||||
op.add(VirtualenvOperation.create, path=repo_name, site_packages=True)
|
||||
op.add(VirtualenvOperation.install, path=repo_name)
|
||||
op.add(PipenvOperation.install, path=repo_name)
|
||||
|
|
Loading…
Reference in a new issue