-
Notifications
You must be signed in to change notification settings - Fork 32
⬆️Removed pip installation, replaced by UV repo-wide #8007
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8007 +/- ##
==========================================
+ Coverage 87.28% 87.90% +0.62%
==========================================
Files 1643 1565 -78
Lines 64771 62144 -2627
Branches 1033 623 -410
==========================================
- Hits 56535 54629 -1906
+ Misses 7914 7350 -564
+ Partials 322 165 -157
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@mergify queue |
🟠 Waiting for conditions to match
|
pcrespov
left a comment
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.
thx!
|



What do these changes do?
remove all installations of pip, setuptools and wheels repo-wide. This was replaced by UV tool.
Related issue/s
How to test
Dev-ops