Update pip upgrade command in CI (#17395)

This commit is contained in:
Adrian Wälchli 2023-04-17 17:05:57 +02:00 committed by GitHub
parent b02d9c1590
commit 71df9962b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ jobs:
- name: Install package & dependencies
run: |
python -m pip install -q pip -U
pip install -e .[test] "pytest-timeout" -U -f ${TORCH_URL} ${TORCH_PREINSTALL} -f ${PYPI_CACHE_DIR} --prefer-binary
pip install -r requirements/fabric/strategies.txt -f ${PYPI_CACHE_DIR} --prefer-binary
pip list