Skip to content

Commit

Permalink
fix clones
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 19, 2024
1 parent 721aa88 commit 557fca6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/use_conda_packages_from_prs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ 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)

CUMLPRIMS_CHANNEL=$(rapids-get-pr-conda-artifact cumlprims_mg 211 cpp)
# NOTE: cloning private repos with rapids-get-pr-conda-artifact doesn't work
# CUMLPRIMS_CHANNEL=$(rapids-get-pr-conda-artifact cumlprims_mg 211 cpp)

conda config --system --add channels "${LIBRMM_CHANNEL}"
conda config --system --add channels "${RMM_CHANNEL}"
Expand All @@ -20,4 +21,4 @@ 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 "${CUMLPRIMS_CHANNEL}"
# conda config --system --add channels "${CUMLPRIMS_CHANNEL}"

0 comments on commit 557fca6

Please sign in to comment.