-
Notifications
You must be signed in to change notification settings - Fork 113
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
Apply workaround for Ubuntu Python 3.12-path-R CI failure #553
Conversation
c73618f
to
32a862c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #553 +/- ##
=======================================
- Coverage 98.9% 98.9% -0.1%
=======================================
Files 44 44
Lines 4790 4790
=======================================
- Hits 4740 4739 -1
- Misses 50 51 +1 |
5a0cf10
to
813b7a4
Compare
7272227
to
6e7a5fe
Compare
6e7a5fe
to
d93ed2a
Compare
37ca185
to
e8d76d5
Compare
Funny enough, calling Any remaining test error is just flaky. |
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.
thanks @glatterf42 for the changes and given that the tests are failing because they're flaky, this is good with me
This PR tries to implement the workaround identified in actions/runner-images#11137 for the CI failure on Ubuntu 24.04 with Python 3.12.
I'm not sure which part(s) of the suggested workaround are actually required, some seem to evaluate to no-ops (e.g.
libssl-dev is already the newest version (3.0.2-0ubuntu1.18).
). I'll play around with the steps to see if the workaround can be made more concise.How to review
ubuntu-latest-py3.12
).PR checklist
[ ] Add, expand, or update documentation.Just CI.[ ] Update release notes.Just CI.