Skip to content

Commit

Permalink
Remove needs: wheel-build-cudf. (#14427)
Browse files Browse the repository at this point in the history
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: #14427
  • Loading branch information
bdice authored Nov 16, 2023
1 parent afd7d18 commit 53127de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 53127de

Please sign in to comment.