Skip to content

Commit bd8af9f

Browse files
committed
remove unavailable pip install options. update cache dir.
1 parent d668daf commit bd8af9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tests-pytorch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ jobs:
120120
timeout-minutes: 20
121121
run: |
122122
uv pip install ".[${EXTRA_PREFIX}extra,${EXTRA_PREFIX}test,${EXTRA_PREFIX}strategies]" \
123-
-U --upgrade-strategy=eager --prefer-binary \
123+
--upgrade \
124124
-r requirements/_integrations/accelerators.txt \
125125
--extra-index-url="${TORCH_URL}" \
126-
--find-links="${PYPI_CACHE_DIR}" \
126+
--find-links="${UV_CACHE_DIR}" \
127127
--find-links="https://download.pytorch.org/whl/torch-tensorrt"
128128
uv pip list
129129

0 commit comments

Comments
 (0)