fix: build Python package in isolation

This commit is contained in:
Jesse_Chen
2026-07-21 08:02:34 +08:00
parent ab6de1fda9
commit 42c6f96d54
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ jobs:
python scripts/run_quality_gate.py \
--profile quick --skip-yoga-logic --skip-frontend-runtime \
2>&1 | tee artifacts/quick-quality-gate.log
python -m build --no-isolation
python -m build
- name: Upload quick quality gate diagnostics
if: always()