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(build): resolve gcl_sdk migrations path instead of hardcoding python3.14
The path baked in python3.14 literally, so it silently broke
ra-apply-migration whenever the venv's actual interpreter version
differs (e.g. python3.12). Resolve it via gcl_sdk.migrations.__file__
in the already-activated venv instead.
0 commit comments