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
doc: fix venv creating for the local Python using uv
GH-120711 introduced uv as an alternative venv provisioning and method,
but failed to honor the `PYTHON` variable, leading uv to the system's
default Python installation. Honoring `PYTHON` is important for use
cases such as `doctest`, which should run with the locally built Python.
Signed-off-by: Filipe Laíns <[email protected]>
0 commit comments