Skip to content

Commit 9024839

Browse files
committed
fix ci issue
1 parent 241b940 commit 9024839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pre_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ else
5353
INDEX_URL=https://download.pytorch.org/whl/${CHANNEL}/${CU_VERSION}
5454

5555
# Install all the dependencies required for Torch-TensorRT
56-
pip install --force-reinstall --pre ${TORCH} --index-url ${INDEX_URL}
56+
pip install --force-reinstall --pre ${TORCH} --index-url ${INDEX_URL} --extra-index-url https://pypi.org/simple
5757
fi
5858

5959
export TORCH_BUILD_NUMBER=$(python -c "import torch, urllib.parse as ul; print(ul.quote_plus(torch.__version__))")

0 commit comments

Comments
 (0)