Skip to content

Commit

Permalink
get validation tools from CI images
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 12, 2024
1 parent e7b7682 commit 4aa1d3c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ci/validate_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down

0 comments on commit 4aa1d3c

Please sign in to comment.