From: sobolevn Date: Thu, 28 Aug 2025 07:31:44 +0000 (+0300) Subject: gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI #126682... X-Git-Tag: v3.15.0a1~577 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03f8d3b0db829dc710869d2fa58a6b75f7b3089b;p=thirdparty%2FPython%2Fcpython.git gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI #126682" (#138197) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ff89fc90d36..83a668fc720a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,7 +130,7 @@ jobs: - name: Build CPython run: | make -j4 regen-all - make regen-stdlib-module-names regen-sbom regen-unicodedata + make regen-stdlib-module-names regen-sbom - name: Check for changes run: | git add -u