Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenxinxing committed Jan 3, 2023
1 parent 95a713f commit c249a81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/starwhale/utils/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,9 +787,7 @@ def install_starwhale(
req=req, prefix_path=prefix_path, use_pip_install=True, configs=configs
)
elif mode == PythonRunEnv.VENV:
venv_install_req(
venvdir=prefix_path, req=req, enable_pre=True, pip_config=configs.get("pip")
)
venv_install_req(venvdir=prefix_path, req=req, pip_config=configs.get("pip"))
else:
raise NoSupportError(f"mode({mode}) install {SW_PYPI_PKG_NAME}")

Expand Down

0 comments on commit c249a81

Please sign in to comment.