From 7bcf62c866cbaa0cac58d9987720da0363be770e Mon Sep 17 00:00:00 2001 From: Aaron Liang <76561968+AaronL725@users.noreply.github.com> Date: Wed, 15 Jul 2026 03:08:21 +0800 Subject: [PATCH] test: verify patcher idempotency before applying fixes --- .github/workflows/temp-post-modularization-fixes.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/temp-post-modularization-fixes.yml b/.github/workflows/temp-post-modularization-fixes.yml index 55ac53e..75e8c82 100644 --- a/.github/workflows/temp-post-modularization-fixes.yml +++ b/.github/workflows/temp-post-modularization-fixes.yml @@ -35,6 +35,8 @@ jobs: tools/apply_post_modularization_fixes.py python tools/repair_post_modularization_patcher.py python -m py_compile tools/apply_post_modularization_fixes.py + python tools/repair_post_modularization_patcher.py + python -m py_compile tools/apply_post_modularization_fixes.py python tools/apply_post_modularization_fixes.py python -m compileall -q . - name: Run full suite on Python 3.9