diff --git a/ci/use_conda_packages_from_prs.sh b/ci/use_conda_packages_from_prs.sh index 07379cdd9ba..137cfd17a40 100755 --- a/ci/use_conda_packages_from_prs.sh +++ b/ci/use_conda_packages_from_prs.sh @@ -11,8 +11,9 @@ 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) -LIBCUGRAPHOPS_CHANNEL=$(rapids-get-pr-conda-artifact cugraph-ops 692 cpp) -PYLIBCUGRAPHOPS_CHANNEL=$(rapids-get-pr-conda-artifact cugraph-ops 692 python) +# NOTE: rapids-get-pr-wheel-artifact seems to not work with private repos +# LIBCUGRAPHOPS_CHANNEL=$(rapids-get-pr-conda-artifact cugraph-ops 692 cpp) +# PYLIBCUGRAPHOPS_CHANNEL=$(rapids-get-pr-conda-artifact cugraph-ops 692 python) conda config --system --add channels "${LIBRMM_CHANNEL}" conda config --system --add channels "${RMM_CHANNEL}" @@ -21,5 +22,5 @@ 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 "${LIBCUGRAPHOPS_CHANNEL}" -conda config --system --add channels "${PYLIBCUGRAPHOPS_CHANNEL}" +# conda config --system --add channels "${LIBCUGRAPHOPS_CHANNEL}" +# conda config --system --add channels "${PYLIBCUGRAPHOPS_CHANNEL}" diff --git a/ci/use_wheels_from_prs.sh b/ci/use_wheels_from_prs.sh index 73ed2415e75..222828d7944 100755 --- a/ci/use_wheels_from_prs.sh +++ b/ci/use_wheels_from_prs.sh @@ -41,9 +41,10 @@ PYLIBRAFT_CHANNEL=$( RAPIDS_PY_WHEEL_NAME=pylibraft_${RAPIDS_PY_CUDA_SUFFIX} rapids-get-pr-wheel-artifact raft 2433 python ) -PYLIBCUGRAPHOPS_CHANNEL=$( - RAPIDS_PY_WHEEL_NAME=pylibraft_${RAPIDS_PY_CUDA_SUFFIX} rapids-get-pr-wheel-artifact cugraph-ops 692 python -) +# NOTE: rapids-get-pr-wheel-artifact seems to not work with private repos +# PYLIBCUGRAPHOPS_CHANNEL=$( +# RAPIDS_PY_WHEEL_NAME=pylibraft_${RAPIDS_PY_CUDA_SUFFIX} rapids-get-pr-wheel-artifact cugraph-ops 692 python +# ) cat > /tmp/constraints.txt <