Skip to content

Commit

Permalink
Force cuda-version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jan 30, 2024
1 parent 1050767 commit d4f8aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/test_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ 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: 1 addition & 0 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ 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 d4f8aa2

Please sign in to comment.