-
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
Use default Python 3 interpreter, when precise minor version is not specified to gradle. #31282
Conversation
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #31282 +/- ##
=============================================
+ Coverage 56.87% 71.41% +14.54%
Complexity 1474 1474
=============================================
Files 502 909 +407
Lines 46300 113707 +67407
Branches 1076 1076
=============================================
+ Hits 26334 81209 +54875
- Misses 17947 30479 +12532
Partials 2019 2019
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Python 3.11 tests ML tests are failing due to: #31287. We need to fix that too but it is not related to this change. |
noting that all tests except https://github.com/apache/beam/actions/runs/9071465904/job/24956302074?pr=31282 passed, adding a fix for that suite now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
hmm, now two more ML suites are failing. Will check if this a new error first. |
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions. |
This pull request has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time. |
No description provided.