Skip to content

Commit 8909856

Browse files
committed
drop redundant find-path for install
1 parent e55650d commit 8909856

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ 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}" \
146-
--find-links="https://download.pytorch.org/whl/torch-tensorrt"
145+
--find-links="${PYPI_CACHE_DIR}"
147146
pip list
148147
- name: Drop LAI from extensions
149148
if: ${{ matrix.pkg-name != 'lightning' }}

0 commit comments

Comments
 (0)