Skip to content

Commit

Permalink
remove useless step in install
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Dec 26, 2024
1 parent a26c45e commit f164fc3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/http-client-python/eng/scripts/setup/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ def main():
venv_context = env_builder.context

python_run(venv_context, "pip", ["install", "-U", "pip"])
python_run(
venv_context,
"pip",
["install", "-r", f"{_ROOT_DIR}/generator/requirements.txt"],
)
python_run(venv_context, "pip", ["install", "-e", f"{_ROOT_DIR}/generator"])


Expand Down

0 comments on commit f164fc3

Please sign in to comment.