-
Notifications
You must be signed in to change notification settings - Fork 32
⬆️ Maintenance: Upgrade UV to 0.6.x #7561
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
⬆️ Maintenance: Upgrade UV to 0.6.x #7561
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7561 +/- ##
==========================================
+ Coverage 87.62% 88.98% +1.36%
==========================================
Files 1758 1514 -244
Lines 68132 60241 -7891
Branches 1124 597 -527
==========================================
- Hits 59699 53607 -6092
+ Misses 8124 6475 -1649
+ Partials 309 159 -150
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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
PS: it looks like the new copilot instructions you mention in the description are missing
yep actually it is the wrong PR, they are in the one that just got merged #7485 |
4fb3c49 to
0b7e654
Compare
|



This pull request updates the
uvdependency version across multiple CI workflows to ensure compatibility with the latest features and improvements. The changes involve upgrading from version0.5.xto0.6.xin severaljobsconfigurations within the.github/workflowsdirectory.Dependency Upgrades:
.github/workflows/ci-pact-master.yml: Updateduvversion to0.6.xin theinstall uvstep..github/workflows/ci-testing-deploy.yml: Updateduvversion to0.6.xin multipleinstall uvsteps across various job configurations, ensuring consistency throughout the workflow. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35]Cache Configuration Cleanup:
.github/workflows/ci-testing-deploy.yml: Removed redundantactions/cacheconfiguration for cachinguvdependencies, simplifying the workflow. Upgrade dependencies.Copilot instructions
What do these changes do?
Related issue/s
How to test
Dev-ops checklist