Update pip constraint to allow for pip 23.1 (#91535)

This commit is contained in:
Franck Nijhof
2023-04-17 12:39:13 +02:00
committed by GitHub
parent d1b8f2987c
commit f1bb4ed0ed
4 changed files with 4 additions and 4 deletions

View File

@@ -542,7 +542,7 @@ jobs:
python -m venv venv
. venv/bin/activate
python --version
pip install --cache-dir=$PIP_CACHE -U "pip>=21.0,<23.1" setuptools wheel
pip install --cache-dir=$PIP_CACHE -U "pip>=21.0,<23.2" setuptools wheel
pip install --cache-dir=$PIP_CACHE -r requirements_all.txt --use-deprecated=legacy-resolver
pip install --cache-dir=$PIP_CACHE -r requirements_test.txt --use-deprecated=legacy-resolver
pip install -e .