Skip to content

Commit

Permalink
Replace conda-mambabuild with conda-build (#88)
Browse files Browse the repository at this point in the history
These are now equivalent in behavior. However support for `conda-mambabuild` is being dropped. So switch to `conda-build`.

xref: rapidsai/build-planning#149

Authors:
  - https://github.com/jakirkham

Approvers:
  - James Lamb (https://github.com/jameslamb)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #88
  • Loading branch information
jakirkham authored Feb 28, 2025
1 parent 2993770 commit 86af594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rapids-print-env
rapids-logger "Begin py build"

version=$(rapids-generate-version)
RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild \
RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry build \
conda/recipes/rapids-dask-dependency

rapids-upload-conda-to-s3 python

0 comments on commit 86af594

Please sign in to comment.