Skip to content

Commit

Permalink
fix(venv): upgrade pip to last version after venv creation
Browse files Browse the repository at this point in the history
The project is installed as editable in a virtual environment with pip.

Editable installation is supported by pip since 21.3.0.
  • Loading branch information
fblanchetNaN authored and Julien00859 committed Apr 9, 2023
1 parent c44647f commit 537622b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions incipyt/tools/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

0 comments on commit 537622b

Please sign in to comment.