Skip to content

Commit afe6b8f

Browse files
authored
Use conda-build instead of conda-mambabuild (#218)
This changes from `conda mambabuild` to `conda build`. Conda now uses the mamba solver so no performance regressions are expected. This is a temporary change as we plan to migrate to `rattler-build` in the near future. However, this is needed sooner to drop `boa` and unblock Python 3.13 migrations. xref: rapidsai/build-planning#149
1 parent bd94e3d commit afe6b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo "__version__ = '$version'" > jupyterlab_nvdashboard/_version.py
2828
# TODO: Remove `--no-test` flag once importing on a CPU
2929
# node works correctly
3030
rapids-logger "Building JupyterLab NVDashboard conda package"
31-
RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild --no-test conda/recipes/jupyterlab-nvdashboard
31+
RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry build --no-test conda/recipes/jupyterlab-nvdashboard
3232

3333
rapids-logger "Uploading JupyterLab NVDashboard conda package to S3"
3434
rapids-upload-conda-to-s3 python

0 commit comments

Comments
 (0)