Skip to content

Commit

Permalink
pythongh-126524: Run regen-unicodedata as a part of our CI (pythonG…
Browse files Browse the repository at this point in the history
…H-126682)

(cherry picked from commit ad9d059)

Co-authored-by: sobolevn <[email protected]>
  • Loading branch information
sobolevn authored and miss-islington committed Dec 4, 2024
1 parent a1c52d1 commit aa18242
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 @@ -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
Expand Down

0 comments on commit aa18242

Please sign in to comment.