Unpin pip to support 20.04

This commit is contained in:
Erik Sundell
2021-10-17 18:43:15 +02:00
parent 2dfe4b8211
commit 4042967437
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m pip install -U pip==20.0.*
python3 -m pip install -U pip
python3 -m pip install -r dev-requirements.txt
python3 -m pip install -e .
pip freeze

View File

@@ -335,7 +335,7 @@ def main():
# Upgrade pip
logger.info('Upgrading pip...')
run_subprocess([pip_bin, 'install', '--upgrade', 'pip==20.0.*'])
run_subprocess([pip_bin, 'install', '--upgrade', 'pip'])
# Install/upgrade TLJH installer