-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Make sync prefer system python instead of uv managed #148
Conversation
I do not want to hardcode this. I want user to be able to change it, so at the very least should be configurable. |
Doable, no problem. Still, I think that we need to alter the default to ensure the uv will prefer system instead of managed (unless configured). Otherwise, users will face broken like the bug this change is supposed to fix. |
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.
CI failing.
Last failure is related to iarna/iarna-toml#48 and astral-sh/setup-uv#242 - i will make a patch to stick to older versions with setup-uv for now. Now I am happy that I never used that action myself, did the install manually. #153 is fixing the CI |
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.
type check failure
Fixes: #110
Depends-On: #153