Skip to content

Commit 0798c61

Browse files
sobolevnsrinivasreddy
authored andcommitted
pythongh-126524: Run regen-unicodedata as a part of our CI (python#126682)
1 parent 05e6a44 commit 0798c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Build CPython
121121
run: |
122122
make -j4 regen-all
123-
make regen-stdlib-module-names regen-sbom
123+
make regen-stdlib-module-names regen-sbom regen-unicodedata
124124
- name: Check for changes
125125
run: |
126126
git add -u

0 commit comments

Comments
 (0)