From 07e337867f306dab95eec8dd2b8be26aeec2b16d Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Tue, 4 Oct 2022 13:10:03 -0400 Subject: [PATCH] Remove `rmm` installation from `librmm` tests` This PR removes the `rmm` conda package installation for `rmm` tests since it shouldn't be needed. --- ci/test_cpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_cpp.sh b/ci/test_cpp.sh index b57173ec7..f2c11cb9f 100755 --- a/ci/test_cpp.sh +++ b/ci/test_cpp.sh @@ -11,7 +11,7 @@ CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp) rapids-mamba-retry install \ -c "${CPP_CHANNEL}" \ - rmm librmm librmm-tests + librmm librmm-tests TESTRESULTS_DIR=test-results mkdir -p ${TESTRESULTS_DIR}