test: close local release gate regressions
Independent Staging Quality Gate / validate (push) Has been cancelled
Independent Staging Quality Gate / publish (push) Has been cancelled

This commit is contained in:
Jesse_Chen
2026-08-15 09:32:28 +08:00
parent e58bc36909
commit 0e5575a8a9
7 changed files with 289 additions and 83 deletions
+1
View File
@@ -20,6 +20,7 @@ from local_env import load_local_env # noqa: E402
load_local_env(ROOT)
APP = ROOT / "frontend"
PYTHON = sys.executable
os.environ.setdefault("PYTHON", PYTHON)
COMPILE_DIRS = [
ROOT / "scripts",