diff --git a/.ci/pytorch/common_utils.sh b/.ci/pytorch/common_utils.sh index 9f2f15944d316..6cfdffbf72a7f 100644 --- a/.ci/pytorch/common_utils.sh +++ b/.ci/pytorch/common_utils.sh @@ -56,7 +56,7 @@ function assert_git_not_dirty() { function pip_install_whl() { # This is used to install PyTorch and other build artifacts wheel locally # without using any network connection - python3 -mpip install --no-index --no-deps "$@" + python3 -mpip install "$@" } function pip_install() {