From 0d8ecd1d1c8a8deb25756506eb2a371119e0aa0f Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 19 Nov 2024 07:08:16 -0800 Subject: [PATCH] Add missing cuvs dependency to cuml (#66) cuml now requires cuvs in order to build so the dependency tree needs to be updated accordingly in the nightly workflow. --- .github/workflows/nightly-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-pipeline.yaml b/.github/workflows/nightly-pipeline.yaml index bd199ce..2d99810 100644 --- a/.github/workflows/nightly-pipeline.yaml +++ b/.github/workflows/nightly-pipeline.yaml @@ -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: