Skip to content

Commit

Permalink
Make ucx-py-tests depend on cudf-build (#42)
Browse files Browse the repository at this point in the history
ucx-py tests require cudf
  • Loading branch information
vyasr authored Nov 15, 2023
1 parent dcfe5a4 commit 60aa091
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 @@ -438,7 +438,7 @@ jobs:
trigger_workflow: true
wait_workflow: true
ucx-py-tests:
needs: [get-run-info, ucx-py-build]
needs: [get-run-info, ucx-py-build, cudf-build]
if: ${{ needs.ucx-py-build.result == 'success' && !cancelled() && inputs.run_tests }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 60aa091

Please sign in to comment.