Skip to content

Commit

Permalink
Add raft->ucxx dependency (#74)
Browse files Browse the repository at this point in the history
As of rapidsai/raft#1983, raft-dask depends on
ucxx.
  • Loading branch information
vyasr authored Feb 11, 2025
1 parent 2a75e46 commit 5784f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
trigger_workflow: true
wait_workflow: true
raft-build:
needs: [get-run-info, rmm-build, dask-cuda-build]
needs: [get-run-info, rmm-build, dask-cuda-build, ucxx-build]
if: ${{ !cancelled() }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5784f06

Please sign in to comment.