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

@@ -84,7 +84,7 @@ jobs:
# Keep pip version pinning in sync with the one in bootstrap.py!
# See changelog at https://pip.pypa.io/en/latest/news/#changelog
run: |
python3 -m pip install -U "pip==21.3.*"
python3 -m pip install -U "pip==23.1.*"
python3 -m pip install -r dev-requirements.txt
python3 -m pip install -e .
pip freeze