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
ci(build): resolve Python via py launcher on VM217 windows lane
VM217 runner-service PATH exposes neither conan nor a bare python
(setup-python is gated off for self-hosted), so python -m pip hit
CommandNotFoundException. Resolve an interpreter ourselves (py ->
python3 -> python) with where.exe diagnostics on miss, and fix the
unquoted sysconfig.get_path(scripts) NameError.
0 commit comments