gh-126524: Revert "gh-126524: Run regen-unicodedata as a part of our CI #126682" (#138197)

This commit is contained in:
sobolevn 2025-08-28 10:31:44 +03:00 committed by GitHub
parent d910b93f78
commit 03f8d3b0db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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