Skip to content

Commit

Permalink
try just installing dependencies at test time
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 14, 2024
1 parent 51312fe commit ebd65dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/validate_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ set -euo pipefail

wheel_dir_relative_path=$1

python -m pip install \
'pydistcheck==0.8.*' \
twine

rapids-logger "validate packages with 'pydistcheck'"

pydistcheck \
Expand Down

0 comments on commit ebd65dc

Please sign in to comment.