From b86fd9c100bbb3ff60a0f19f5131450d2c00c917 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Mon, 5 Feb 2024 15:34:24 -0600 Subject: [PATCH] Revert "Force cuda-version." This reverts commit d4f8aa23df5ef13560e4c9e7f9a305d5338a3ce5. --- ci/test_cpp.sh | 1 - ci/test_python.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/ci/test_cpp.sh b/ci/test_cpp.sh index 8b1e4c2df..3bf915e0a 100755 --- a/ci/test_cpp.sh +++ b/ci/test_cpp.sh @@ -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" diff --git a/ci/test_python.sh b/ci/test_python.sh index 830a77115..d3b3bdfd8 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -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"}