Skip to content

Commit

Permalink
Force usage of the downloaded wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 6, 2024
1 parent 6ffa967 commit 4206d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RAPIDS_TESTS_DIR=${RAPIDS_TESTS_DIR:-"${PWD}/test-results"}/
mkdir -p "${RAPIDS_TESTS_DIR}"

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

rapids-logger "Build Tests"
pushd test_binary_generation
Expand Down

0 comments on commit 4206d10

Please sign in to comment.