Skip to content

Commit

Permalink
fix repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 23, 2024
1 parent 626bcb7 commit e031de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/use_conda_packages_from_prs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ 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)

LIBCUML_CHANNEL=$(rapids-get-pr-conda-artifact cuspatial 6071 cpp)
CUML_CHANNEL=$(rapids-get-pr-conda-artifact cuspatial 6071 python)
LIBCUML_CHANNEL=$(rapids-get-pr-conda-artifact cuml 6071 cpp)
CUML_CHANNEL=$(rapids-get-pr-conda-artifact cuml 6071 python)

# NOTE: cloning private repos with rapids-get-pr-conda-artifact doesn't work,
# so need to explicitly set the SHA to use
Expand Down

0 comments on commit e031de3

Please sign in to comment.