fix: list dependencies pulled with uv#4026
Merged
Merged
Conversation
a3a1ab4 to
fbdfa8f
Compare
fbdfa8f to
a8c4487
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4026 +/- ##
==========================================
- Coverage 63.58% 63.57% -0.01%
==========================================
Files 315 315
Lines 38562 38563 +1
Branches 2950 2950
==========================================
- Hits 24518 24517 -1
- Misses 13975 13977 +2
Partials 69 69 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jjerphan
approved these changes
Nov 25, 2025
jjerphan
requested changes
Nov 25, 2025
Member
jjerphan
left a comment
There was a problem hiding this comment.
Actually, the environment export should also probably be tested.
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
951407a to
bfdf190
Compare
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
JohanMabille
approved these changes
Nov 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The equivalent of #3963 for when uv is used by mamba to install dependencies.
Fixes #4013
Type of Change
Checklist
pre-commit run --alllocally in the source folder and confirmed that there are no linter errors.