Pin pip to 21.3.*

This commit is contained in:
Erik Sundell
2021-10-18 19:56:15 +02:00
parent 1d6ac29145
commit ba25e09b82
2 changed files with 6 additions and 2 deletions

View File

@@ -334,8 +334,10 @@ def main():
# Upgrade pip
# 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([pip_bin, 'install', '--upgrade', 'pip'])
run_subprocess([pip_bin, 'install', '--upgrade', 'pip==21.3.*'])
# Install/upgrade TLJH installer