gh-126524: Run regen-unicodedata as a part of our CI (#126682)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -120,7 +120,7 @@ jobs:
|
|||||||
- name: Build CPython
|
- name: Build CPython
|
||||||
run: |
|
run: |
|
||||||
make -j4 regen-all
|
make -j4 regen-all
|
||||||
make regen-stdlib-module-names regen-sbom
|
make regen-stdlib-module-names regen-sbom regen-unicodedata
|
||||||
- name: Check for changes
|
- name: Check for changes
|
||||||
run: |
|
run: |
|
||||||
git add -u
|
git add -u
|
||||||
|
|||||||
Reference in New Issue
Block a user