From 53127de4d9e06f9fa172ac34952f85104eb7bac9 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 16 Nov 2023 08:28:44 -0600 Subject: [PATCH] Remove needs: wheel-build-cudf. (#14427) This PR fixes a nightly test failure due to an extraneous `needs:` entry in `test.yaml`. ``` Invalid workflow file: .github/workflows/test.yaml#L100 The workflow is not valid. .github/workflows/test.yaml (Line: 100, Col: 12): Job 'unit-tests-cudf-pandas' depends on unknown job 'wheel-build-cudf'. ``` Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/cudf/pull/14427 --- .github/workflows/test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0b6b55069f6..0d4401160e1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -97,7 +97,6 @@ jobs: sha: ${{ inputs.sha }} script: ci/test_wheel_dask_cudf.sh unit-tests-cudf-pandas: - needs: wheel-build-cudf secrets: inherit uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-23.12 with: