diff --git a/.ci/pytorch/common_utils.sh b/.ci/pytorch/common_utils.sh index 9c9d22377746..2325c3d4ed4e 100644 --- a/.ci/pytorch/common_utils.sh +++ b/.ci/pytorch/common_utils.sh @@ -96,7 +96,6 @@ function pip_build_and_install() { python3 -m pip wheel \ --no-build-isolation \ --no-deps \ - --no-use-pep517 \ -w "${wheel_dir}" \ "${build_target}" fi