Skip to content

Commit

Permalink
use raft PR artifacts too
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 19, 2024
1 parent a5c86e6 commit ed5da95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/use_conda_packages_from_prs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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}"

0 comments on commit ed5da95

Please sign in to comment.