Skip to content

Commit

Permalink
Use conda-build instead of conda-mambabuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Feb 25, 2025
1 parent af1a675 commit 65b92a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) 2023, NVIDIA CORPORATION.
# Copyright (c) 2023-2025, NVIDIA CORPORATION.

set -euo pipefail

Expand All @@ -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

0 comments on commit 65b92a3

Please sign in to comment.