Skip to content

Commit

Permalink
Add missing cuvs dependency to cuml (#66)
Browse files Browse the repository at this point in the history
cuml now requires cuvs in order to build so the dependency tree needs to
be updated accordingly in the nightly workflow.
  • Loading branch information
vyasr authored Nov 19, 2024
1 parent aaa15a8 commit 0d8ecd1
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 @@ -259,7 +259,7 @@ jobs:
propagate_failure: true
trigger_workflow: true
cuml-build:
needs: [get-run-info, cudf-build, raft-build, cumlprims_mg-build]
needs: [get-run-info, cudf-build, raft-build, cuvs-build, cumlprims_mg-build]
if: ${{ !cancelled() }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0d8ecd1

Please sign in to comment.