From 65b92a37299704b334d45bcc7cb8f1c3d90a961a Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 25 Feb 2025 14:15:49 -0600 Subject: [PATCH] Use conda-build instead of conda-mambabuild --- ci/build_python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build_python.sh b/ci/build_python.sh index 2fdcd640..21a00fdb 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2023, NVIDIA CORPORATION. +# Copyright (c) 2023-2025, NVIDIA CORPORATION. set -euo pipefail @@ -14,7 +14,7 @@ rapids-generate-version > ./VERSION rapids-logger "Begin py build" conda config --set path_conflict prevent -RAPIDS_PACKAGE_VERSION=$(head -1 ./VERSION) rapids-conda-retry mambabuild \ +RAPIDS_PACKAGE_VERSION=$(head -1 ./VERSION) rapids-conda-retry build \ conda/recipes/ucx-py rapids-upload-conda-to-s3 python