Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Dec 25, 2024
1 parent cce2a65 commit 37626dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/autorest.python/scripts/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,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}/requirements.txt"])
python_run(venv_context, "pip", ["install", "-e", f"{_ROOT_DIR}/generator"])


Expand Down

0 comments on commit 37626dc

Please sign in to comment.