You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix UV_PYTHON default value to prevent empty parameter error
The UV_PYTHON setting had an empty default in metadata, causing
uv venv to fail with "a value is required for '--python <PYTHON>'".
Fixed by setting UV_PYTHON default to $(PRIMARY_PYTHON) in mxenv.mk
metadata and updating test expectations.
0 commit comments