Skip to content

Commit 98eea2c

Browse files
committed
Revert "drop redundant find-path for install"
This reverts commit 8909856.
1 parent 5875af2 commit 98eea2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ jobs:
142142
-U --upgrade-strategy=eager --prefer-binary \
143143
-r requirements/_integrations/accelerators.txt \
144144
--extra-index-url="${TORCH_URL}" \
145-
--find-links="${PYPI_CACHE_DIR}"
145+
--find-links="${PYPI_CACHE_DIR}" \
146+
--find-links="https://download.pytorch.org/whl/torch-tensorrt"
146147
pip list
147148
- name: Drop LAI from extensions
148149
if: ${{ matrix.pkg-name != 'lightning' }}

0 commit comments

Comments
 (0)