From aa182426ef4a9e8377413857e29ae74d72cab817 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Wed, 4 Dec 2024 13:01:46 +0300 Subject: [PATCH] gh-126524: Run `regen-unicodedata` as a part of our CI (GH-126682) (cherry picked from commit ad9d059eb10ef132edd73075fa6d8d96d95b8701) Co-authored-by: sobolevn --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3649ae6c207b0a..8e98c9038cc176 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -163,7 +163,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