diff options
author | sobolevn <mail@sobolevn.me> | 2024-12-04 10:01:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-04 10:01:46 (GMT) |
commit | ad9d059eb10ef132edd73075fa6d8d96d95b8701 (patch) | |
tree | e66108d639920921e7790282477e2702651b6e37 /.github | |
parent | 6fc643674983e27ec5cc312f2e83468050d1d364 (diff) | |
download | cpython-ad9d059eb10ef132edd73075fa6d8d96d95b8701.zip cpython-ad9d059eb10ef132edd73075fa6d8d96d95b8701.tar.gz cpython-ad9d059eb10ef132edd73075fa6d8d96d95b8701.tar.bz2 |
gh-126524: Run `regen-unicodedata` as a part of our CI (#126682)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f8c468..55effee 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 |