Update pip upgrade command in CI (#17395)
This commit is contained in:
parent
b02d9c1590
commit
71df9962b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue