From 71df9962b63b353d18715f7e880d66c81c9d7c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Mon, 17 Apr 2023 17:05:57 +0200 Subject: [PATCH] Update pip upgrade command in CI (#17395) --- .github/workflows/ci-tests-fabric.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests-fabric.yml b/.github/workflows/ci-tests-fabric.yml index 93463278b8..f03c7ca8b4 100644 --- a/.github/workflows/ci-tests-fabric.yml +++ b/.github/workflows/ci-tests-fabric.yml @@ -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