-
Notifications
You must be signed in to change notification settings - Fork 760
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
uv venv
is broken on macos-latest
github CI runner
#2450
Comments
I'm also seeing this in CI for typeshed-stats: https://github.com/AlexWaygood/typeshed-stats/actions/runs/8273839124/job/22638277336 (AlexWaygood/typeshed-stats#204) And for typeshed: python/typeshed#11594 (comment) |
This is needed for github actions. Fixes #2450
This fails when uv 0.1.20 is used in Github Actions with
The only failing combinations (with above mentioned error) are
|
I think this is also preventing the version of
|
Just creating the virtual env triggers an error from uv version 0.1.19. From the JSON dump, it seems like uv is incorrectly determining the platform arch to be i386.
Works fine when uv is reverted to 0.1.18
Bug probably is due to this PR - #2381
The text was updated successfully, but these errors were encountered: