Skip to content

Commit

Permalink
gh-126524: Run regen-unicodedata as a part of our CI (#126682)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Dec 4, 2024
1 parent 6fc6436 commit ad9d059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad9d059

Please sign in to comment.