From ed5da95d9e077393991df0ece272248f69827db7 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 19 Sep 2024 10:35:56 -0500 Subject: [PATCH] use raft PR artifacts too --- ci/use_conda_packages_from_prs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/use_conda_packages_from_prs.sh b/ci/use_conda_packages_from_prs.sh index f7a44872..cdbb89b6 100755 --- a/ci/use_conda_packages_from_prs.sh +++ b/ci/use_conda_packages_from_prs.sh @@ -8,8 +8,8 @@ CUDF_PYTHON_CHANNEL=$(rapids-get-pr-conda-artifact cudf 16806 python) UCXX_CHANNEL=$(rapids-get-pr-conda-artifact ucxx 278 cpp) -# LIBRAFT_CHANNEL=$(rapids-get-pr-conda-artifact raft 2433 cpp) -# RAFT_CHANNEL=$(rapids-get-pr-conda-artifact raft 2433 python) +LIBRAFT_CHANNEL=$(rapids-get-pr-conda-artifact raft 2433 cpp) +RAFT_CHANNEL=$(rapids-get-pr-conda-artifact raft 2433 python) LIBCUSPATIAL_CHANNEL=$(rapids-get-pr-conda-artifact cuspatial 1441 cpp) CUSPATIAL_CHANNEL=$(rapids-get-pr-conda-artifact cuspatial 1441 python) @@ -19,8 +19,8 @@ conda config --system --add channels "${RMM_CHANNEL}" conda config --system --add channels "${CUDF_CPP_CHANNEL}" conda config --system --add channels "${CUDF_PYTHON_CHANNEL}" conda config --system --add channels "${UCXX_CHANNEL}" -# conda config --system --add channels "${LIBRAFT_CHANNEL}" -# conda config --system --add channels "${RAFT_CHANNEL}" +conda config --system --add channels "${LIBRAFT_CHANNEL}" +conda config --system --add channels "${RAFT_CHANNEL}" conda config --system --add channels "${LIBCUSPATIAL_CHANNEL}" conda config --system --add channels "${CUSPATIAL_CHANNEL}"