Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4061 +/- ##
=======================================
Coverage 99.49% 99.49%
=======================================
Files 3 3
Lines 197 197
=======================================
Hits 196 196
Misses 1 1 ☔ View full report in Codecov by Sentry. |
joshuarli
approved these changes
Dec 4, 2025
joshuarli
reviewed
Dec 4, 2025
joshuarli
approved these changes
Dec 4, 2025
joshuarli
reviewed
Dec 5, 2025
action.yaml
Outdated
| sudo rm -rf /usr/share/dotnet /usr/share/doc/dotnet-* | ||
| df -h | ||
|
|
||
| - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 |
Member
There was a problem hiding this comment.
you can remove setup-python; setup-venv does this for you and infers the version from .python-version
joshuarli
approved these changes
Dec 5, 2025
BYK
added a commit
that referenced
this pull request
Dec 9, 2025
BYK
added a commit
that referenced
this pull request
Dec 9, 2025
aldy505
added a commit
that referenced
this pull request
Dec 10, 2025
aldy505
added a commit
that referenced
this pull request
Dec 11, 2025
* Revert "Revert "ref: migrate to uv (#4061)" (#4094)" This reverts commit f9c0c31. * fix: provide python version as per https://github.com/getsentry/action-setup-venv/blob/0958463ee0e02b9e8aa8f8e031afae1f84b80881/action.yml#L5-L7
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Why I want to migrate to uv: