diff --git a/incipyt/tools/venv.py b/incipyt/tools/venv.py index 1e1b046..27ed10a 100644 --- a/incipyt/tools/venv.py +++ b/incipyt/tools/venv.py @@ -21,3 +21,4 @@ def pre(self, workon): commands.setenv_python_cmd( env_path.resolve() / ("Scripts" if os.name == "nt" else "bin") / "python" ) + commands.pip_install(["pip>=21.3.0"])