Skip to content

Commit f6df0a0

Browse files
committed
Revert "add pylibraft artifact"
This reverts commit dd6b83a.
1 parent 2890ddc commit f6df0a0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ci/use_conda_packages_from_prs.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
# download CI artifacts
66
LIBRAFT_CHANNEL=$(rapids-get-pr-artifact raft 2836 cpp conda)
7-
PYLIBRAFT_CHANNEL=$(rapids-get-pr-artifact raft 2836 python conda)
87
LIBCUVS_CHANNEL=$(rapids-get-pr-artifact cuvs 1605 cpp conda)
98

109
# For `rattler` builds:
@@ -16,7 +15,6 @@ LIBCUVS_CHANNEL=$(rapids-get-pr-artifact cuvs 1605 cpp conda)
1615
RAPIDS_PREPENDED_CONDA_CHANNELS=(
1716
"${LIBRAFT_CHANNEL}"
1817
"${LIBCUVS_CHANNEL}"
19-
"${PYLIBRAFT_CHANNEL}"
2018
)
2119
export RAPIDS_PREPENDED_CONDA_CHANNELS
2220

ci/use_wheels_from_prs.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,11 @@ RAPIDS_PY_CUDA_SUFFIX=$(rapids-wheel-ctk-name-gen "${RAPIDS_CUDA_VERSION}")
1111
LIBRAFT_WHEELHOUSE=$(
1212
RAPIDS_PY_WHEEL_NAME="libraft_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-artifact raft 2836 cpp wheel
1313
)
14-
PYLIBRAFT_WHEELHOUSE=$(
15-
RAPIDS_PY_WHEEL_NAME="pylibraft_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-artifact raft 2836 python wheel
16-
)
1714
LIBCUVS_WHEELHOUSE=$(
1815
RAPIDS_PY_WHEEL_NAME="libcuvs_${RAPIDS_PY_CUDA_SUFFIX}" rapids-get-pr-artifact cuvs 1605 cpp wheel
1916
)
2017
# write a pip constraints file saying e.g. "whenever you encounter a requirement for 'librmm-cu12', use this wheel"
2118
cat > "${PIP_CONSTRAINT}" <<EOF
2219
libraft-${RAPIDS_PY_CUDA_SUFFIX} @ file://$(echo "${LIBRAFT_WHEELHOUSE}"/libraft_*.whl)
2320
libcuvs-${RAPIDS_PY_CUDA_SUFFIX} @ file://$(echo "${LIBCUVS_WHEELHOUSE}"/libcuvs_*.whl)
24-
pylibraft-${RAPIDS_PY_CUDA_SUFFIX} @ file://$(echo "${PYLIBRAFT_WHEELHOUSE}"/pylibraft_*.whl)
2521
EOF

0 commit comments

Comments
 (0)