Skip to content

Commit

Permalink
Remove --find-links dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed May 15, 2024
1 parent 06c6c7a commit 13862f2
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 @@ -13,7 +13,7 @@ if [[ "$(arch)" == "aarch64" ]]; then
fi

# echo to expand wildcard before adding `[extra]` requires for pip
python -m pip install $(echo ./dist/cuml*.whl)[test] --find-links dist/
python -m pip install $(echo ./dist/cuml*.whl)[test]

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

0 comments on commit 13862f2

Please sign in to comment.