Skip to content

Commit 3bf4002

Browse files
committed
Remove not needed requirements install
1 parent 929e195 commit 3bf4002

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: bootstrap.py

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
subprocess.run(
2222
[venv_python, "-m", "pip", "install", "-r", str(src_dir / "dev-requirements.txt"),]
2323
)
24-
subprocess.run(
25-
[venv_python, "-m", "pip", "install", "-r", str(src_dir / "requirements.txt")]
26-
)
2724

2825
activate_script = (
2926
"source .venv/bin/activate"

0 commit comments

Comments
 (0)