diff --git a/ci/validate_wheel.sh b/ci/validate_wheel.sh index 4db04fb8e17..5910a5c59fe 100755 --- a/ci/validate_wheel.sh +++ b/ci/validate_wheel.sh @@ -6,15 +6,6 @@ set -euo pipefail package_dir=$1 wheel_dir_relative_path=$2 -# TODO: pre-install these in ci-imgs -rapids-logger "installing validation tools" -python -m pip install \ - -v \ - 'pydistcheck==0.8.0' \ - 'twine>=5.0.0' - -pyenv rehash - cd "${package_dir}" rapids-logger "validate packages with 'pydistcheck'"