We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce2a65 commit 37626dcCopy full SHA for 37626dc
1 file changed
packages/autorest.python/scripts/install.py
@@ -41,7 +41,6 @@ def main():
41
venv_context = env_builder.context
42
43
python_run(venv_context, "pip", ["install", "-U", "pip"])
44
- python_run(venv_context, "pip", ["install", "-r", f"{_ROOT_DIR}/requirements.txt"])
45
python_run(venv_context, "pip", ["install", "-e", f"{_ROOT_DIR}/generator"])
46
47
0 commit comments