Skip to content

Commit aa18242

Browse files
sobolevnmiss-islington
authored andcommitted
pythongh-126524: Run regen-unicodedata as a part of our CI (pythonGH-126682)
(cherry picked from commit ad9d059) Co-authored-by: sobolevn <[email protected]>
1 parent a1c52d1 commit aa18242

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
@@ -163,7 +163,7 @@ jobs:
163163
- name: Build CPython
164164
run: |
165165
make -j4 regen-all
166-
make regen-stdlib-module-names regen-sbom
166+
make regen-stdlib-module-names regen-sbom regen-unicodedata
167167
- name: Check for changes
168168
run: |
169169
git add -u

0 commit comments

Comments
 (0)