Skip to content

Commit

Permalink
Use _ in wheel name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 6, 2024
1 parent 4206d10 commit 44ef3e6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ rapids-logger "Download Wheel"
RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"
RAPIDS_PY_WHEEL_NAME="pynvjitlink_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from-s3 ./dist/

# This is the version of the suffix with a preceding hyphen. It's used
# everywhere except in the final wheel name.
PACKAGE_CUDA_SUFFIX="-${RAPIDS_PY_CUDA_SUFFIX}"

RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"}/
mkdir -p "${RAPIDS_TESTS_DIR}"

rapids-logger "Install wheel"
python -m pip install $(echo ./dist/pynvjitlink*.whl)
python -m pip install $(echo ./dist/pynvjitlink_${RAPIDS_PY_CUDA_SUFFIX}*.whl)

rapids-logger "Build Tests"
pushd test_binary_generation
Expand Down

0 comments on commit 44ef3e6

Please sign in to comment.