Skip to content

Commit 0ffe825

Browse files
authored
Do not venv.ensure_reqs twice (#432)
1 parent e9fab3a commit 0ffe825

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyperformance/commands.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def cmd_venv_recreate(options, root, python, benchmarks):
8989
venv.ensure_pip()
9090
try:
9191
venv.ensure_reqs(requirements)
92-
venv.ensure_reqs(requirements)
9392
except _venv.RequirementsInstallationFailedError:
9493
sys.exit(1)
9594
else:

0 commit comments

Comments
 (0)