]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-126524: Revert "gh-126524: Run `regen-unicodedata` as a part of our CI #126682...
authorsobolevn <mail@sobolevn.me>
Thu, 28 Aug 2025 07:31:44 +0000 (10:31 +0300)
committerGitHub <noreply@github.com>
Thu, 28 Aug 2025 07:31:44 +0000 (10:31 +0300)
.github/workflows/build.yml

index 7ff89fc90d367a462eadab28ae24aa2f202e86b8..83a668fc720a90becedeef2a128ba97eb603c417 100644 (file)
@@ -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