beam icon indicating copy to clipboard operation
beam copied to clipboard

Update Python Dependencies

Open github-actions[bot] opened this issue 1 year ago • 1 comments

This PR was created by automation - by default this does not execute tests due to a limitation in GitHub Actions. To review this PR, please (1) review the contents to make sure all dependency upgrades are formatted correctly, (2) close and reopen the PR (3) Approve/merge if tests pass successfully.

github-actions[bot] avatar Aug 25 '24 00:08 github-actions[bot]

Assigning reviewers. If you would like to opt out of this review, comment assign to next reviewer:

R: @tvalentyn for label python.

Available commands:

  • stop reviewer notifications - opt out of the automated review tooling
  • remind me after tests pass - tag the comment author after tests pass
  • waiting on author - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)

The PR bot will only process comments in the main thread (not review comments).

github-actions[bot] avatar Aug 25 '24 01:08 github-actions[bot]

Hmm, before the merge there was only one failure in a workflow that builds wheels for windows, but now it shows other failures, like: beam_PreCommit_Python_Coverage (Run Python_Coverage PreCommit) failing in https://github.com/apache/beam/actions/runs/10565548223/job/29270316897

this merge might have broken the build, taking another look.

tvalentyn avatar Aug 28 '24 23:08 tvalentyn

beam_PreCommit_Python_Coverage (Run Python_Coverage PreCommit) failing in apache/beam/actions/runs/10565548223/job/29270316897

Ok, that's GH UI picking test signal from a prior run. The beam_PreCommit_Python_Coverage did pass before the merge:

https://github.com/apache/beam/actions/runs/10601897634?pr=32310

tvalentyn avatar Aug 28 '24 23:08 tvalentyn