Skip to content

Commit df4c27d

Browse files
authored
Replace conda-mambabuildwith conda-build (#16)
These are now equivalent in behavior. However support for `conda-mambabuild` is being dropped. So switch to `conda-build`.
1 parent a7c7a54 commit df4c27d

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
@@ -13,7 +13,7 @@ sccache --zero-stats
1313
CMAKE_GENERATOR=Ninja \
1414
CONDA_OVERRIDE_CUDA="${RAPIDS_CUDA_VERSION}" \
1515
LEGATERAFT_PACKAGE_VERSION=$(head -1 ./VERSION) \
16-
rapids-conda-retry mambabuild \
16+
rapids-conda-retry build \
1717
--channel legate \
1818
--channel legate/label/rc \
1919
--channel legate/label/experimental \

0 commit comments

Comments
 (0)