Upgrade default pip version to <20.2

This commit is contained in:
allegroai 2020-06-01 16:33:00 +03:00
parent 522dd85d7b
commit 87ffd95eaa

View File

@ -26,7 +26,7 @@
type: pip,
# specify pip version to use (examples "<20", "==19.3.1", "", empty string will install the latest version)
pip_version: "<20",
pip_version: "<20.2",
# virtual environment inheres packages from system
system_site_packages: false,