Skip to content

Commit

Permalink
Remove script input from publish step in build.yaml. (#977)
Browse files Browse the repository at this point in the history
Nightly tests failed because an extra `script` variable was passed to the wheel publish workflow.

Failures look like:
```
Invalid workflow file: .github/workflows/build.yaml#L65
The workflow is not valid. .github/workflows/build.yaml (Line: 65, Col: 15): Invalid input, script is not defined in the referenced workflow.
```

https://github.com/rapidsai/ucx-py/actions/runs/5664871243

Follow-up to #973.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #977
  • Loading branch information
bdice authored Jul 26, 2023
1 parent 1e3db32 commit 07b15e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ jobs:
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
package-name: ucx_py
script: ci/test_wheel.sh

0 comments on commit 07b15e3

Please sign in to comment.