Skip to content

Commit

Permalink
Update ci/test_wheel_cudf.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Aug 16, 2024
1 parent 61ec5d0 commit eb8f70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_wheel_cudf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RAPIDS_PY_WHEEL_NAME="cudf_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-wheels-from

# Install both pylibcudf and cudf
python -m pip install \
"$(echo ./local-pylibcudf-dep/pylibcudf*.whl" \
"$(echo ./local-pylibcudf-dep/pylibcudf*.whl)[test]" \
"$(echo ./dist/cudf*.whl)[test]"

RESULTS_DIR=${RAPIDS_TESTS_DIR:-"$(mktemp -d)"}
Expand Down

0 comments on commit eb8f70e

Please sign in to comment.