diff --git a/pyperformance/commands.py b/pyperformance/commands.py index 7d67010f..7fc6603b 100644 --- a/pyperformance/commands.py +++ b/pyperformance/commands.py @@ -89,7 +89,6 @@ def cmd_venv_recreate(options, root, python, benchmarks): venv.ensure_pip() try: venv.ensure_reqs(requirements) - venv.ensure_reqs(requirements) except _venv.RequirementsInstallationFailedError: sys.exit(1) else: