Upgrade pip in hub env from 21.3 to to 23.1 when bootstrap script runs

This commit is contained in:
Erik Sundell
2023-05-13 23:30:26 +02:00
parent 3e2f8cabfd
commit 4c6d54c79d
2 changed files with 2 additions and 2 deletions

View File

@@ -479,7 +479,7 @@ def main():
# Keep pip version pinning in sync with the one in unit-test.yml!
# See changelog at https://pip.pypa.io/en/latest/news/#changelog
logger.info("Upgrading pip...")
run_subprocess([hub_env_pip, "install", "--upgrade", "pip==21.3.*"])
run_subprocess([hub_env_pip, "install", "--upgrade", "pip==23.1.*"])
# Install/upgrade TLJH installer
tljh_install_cmd = [hub_env_pip, "install", "--upgrade"]