Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 7499db6

Browse files
authored
Use index-url for torchtext installs (#2075)
1 parent 3d8d031 commit 7499db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/validate_binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ ${MATRIX_PACKAGE_TYPE} = "conda" ]]; then
77
conda install -y torchtext -c ${PYTORCH_CONDA_CHANNEL}
88
fi
99
else
10-
pip install ${PYTORCH_PIP_PREFIX} torchtext --extra-index-url ${PYTORCH_PIP_DOWNLOAD_URL}
10+
pip install ${PYTORCH_PIP_PREFIX} torchtext --index-url ${PYTORCH_PIP_DOWNLOAD_URL}
1111
fi
1212

1313
python ./test/smoke_tests/smoke_tests.py

0 commit comments

Comments
 (0)