Drop upper constraint for pip (#96738)

This commit is contained in:
Marc Mueller
2023-07-18 00:37:02 +02:00
committed by GitHub
parent 8cccfcc946
commit 564e618d0c
4 changed files with 4 additions and 4 deletions

View File

@@ -492,7 +492,7 @@ jobs:
python -m venv venv
. venv/bin/activate
python --version
pip install --cache-dir=$PIP_CACHE -U "pip>=21.3.1,<23.3" setuptools wheel
pip install --cache-dir=$PIP_CACHE -U "pip>=21.3.1" setuptools wheel
pip install --cache-dir=$PIP_CACHE -r requirements_all.txt
pip install --cache-dir=$PIP_CACHE -r requirements_test.txt
pip install -e . --config-settings editable_mode=compat