mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Upgrade pip on the created virtualenv's
This commit is contained in:
parent
7643acba12
commit
439dd9fe9a
1 changed files with 1 additions and 0 deletions
|
@ -1717,6 +1717,7 @@ class VirtualEnv:
|
|||
sminion.functions.virtualenv.create(
|
||||
self.venv_dir, python=self._get_real_python()
|
||||
)
|
||||
self.install("-U", "pip")
|
||||
# https://github.com/pypa/setuptools/issues?q=is%3Aissue+setuptools+50+
|
||||
self.install("-U", "setuptools<50.0.0")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue