-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Python PreCommits that install RC dependencies #26083
Conversation
1b14bab
to
ef9d4d7
Compare
Codecov Report
@@ Coverage Diff @@
## master #26083 +/- ##
==========================================
- Coverage 71.21% 71.18% -0.04%
==========================================
Files 787 787
Lines 103330 103298 -32
==========================================
- Hits 73588 73530 -58
- Misses 28246 28286 +40
+ Partials 1496 1482 -14
Flags with carried forward coverage won't be shown. Click here to find out more. see 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Example run with RCs installed on precommit tests: https://ci-beam.apache.org/job/beam_PreCommit_Python_Commit/27963/console |
Run PythonRC_Dataframes PreCommit |
404f7b0
to
870fad5
Compare
Add python 3.11 tests
ae84e35
to
2b2ecfa
Compare
Run PythonRC PreCommit |
Run PythonRC_Transforms PreCommit |
8abb783
to
81fd8f3
Compare
Part of #25668.
This PR adds tests for Python PreCommit tests to install release-candidates(RCs) or pre-released version of Apache Beam's Python dependencies.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.