Skip to content

Commit

Permalink
Revert "Force cuda-version."
Browse files Browse the repository at this point in the history
This reverts commit d4f8aa2.
  • Loading branch information
bdice committed Feb 5, 2024
1 parent 135c259 commit b86fd9c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ rapids-print-env

rapids-mamba-retry install \
--channel "${CPP_CHANNEL}" \
cuda-version=${RAPIDS_CUDA_VERSION%.*} \
librmm librmm-tests

rapids-logger "Check GPU usage"
Expand Down
1 change: 0 additions & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ PYTHON_CHANNEL=$(rapids-download-conda-from-s3 python)
rapids-mamba-retry install \
--channel "${CPP_CHANNEL}" \
--channel "${PYTHON_CHANNEL}" \
cuda-version=${RAPIDS_CUDA_VERSION%.*} \
rmm librmm

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

0 comments on commit b86fd9c

Please sign in to comment.