From: sobolevn Date: Wed, 4 Dec 2024 10:01:46 +0000 (+0300) Subject: gh-126524: Run `regen-unicodedata` as a part of our CI (#126682) X-Git-Tag: v3.14.0a3~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad9d059eb10ef132edd73075fa6d8d96d95b8701;p=thirdparty%2FPython%2Fcpython.git gh-126524: Run `regen-unicodedata` as a part of our CI (#126682) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f8c46847547..55effee0e1e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: - name: Build CPython run: | make -j4 regen-all - make regen-stdlib-module-names regen-sbom + make regen-stdlib-module-names regen-sbom regen-unicodedata - name: Check for changes run: | git add -u