Skip to content

Commit

Permalink
Use conda mambabuild not mamba mambabuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 8, 2023
1 parent 2d38c61 commit cf1cb71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ rapids-print-env

rapids-logger "Begin cpp build"

rapids-mamba-retry mambabuild conda/recipes/libkvikio
rapids-conda-retry mambabuild conda/recipes/libkvikio

rapids-upload-conda-to-s3 cpp
2 changes: 1 addition & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rapids-logger "Begin py build"

CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)

rapids-mamba-retry mambabuild \
rapids-conda-retry mambabuild \
--channel "${CPP_CHANNEL}" \
conda/recipes/kvikio

Expand Down

0 comments on commit cf1cb71

Please sign in to comment.