]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Aug 2025 07:58:11 +0000 (09:58 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Aug 2025 07:58:11 +0000 (07:58 +0000)
gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI GH-126682" (GH-138197)
(cherry picked from commit 03f8d3b0db829dc710869d2fa58a6b75f7b3089b)

Co-authored-by: sobolevn <mail@sobolevn.me>
.github/workflows/build.yml

index 44f015e2bca0baa607154734920aed66f17814f4..cf0d67162ad4aaf82716dec010a7ba256d95b093 100644 (file)
@@ -177,7 +177,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