Skip to content

Commit

Permalink
Make sure UCX 1.17 is installed (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinz authored May 16, 2024
1 parent 5a0e5d5 commit 8086253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion continuous_integration/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,10 @@ build_legate_release() {
local conda_build_args=();
conda_build_args+=(--override-channels);

conda_build_args+=(-c conda-forge);
# Until real UCX 1.17 is not released
# must come before conda-forge
conda_build_args+=(-c https://raw.githubusercontent.com/nv-legate/ucx-package/main)
conda_build_args+=(-c conda-forge);

conda_build_args+=(--croot /tmp/conda-croot/legate_core);
conda_build_args+=(--numpy 1.22);
Expand Down

0 comments on commit 8086253

Please sign in to comment.