Skip to content

Commit 5f6f659

Browse files
sobolevnlkollar
authored andcommitted
pythongh-126524: Revert "pythongh-126524: Run regen-unicodedata as a part of our CI python#126682" (python#138197)
1 parent c26732e commit 5f6f659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Build CPython
131131
run: |
132132
make -j4 regen-all
133-
make regen-stdlib-module-names regen-sbom regen-unicodedata
133+
make regen-stdlib-module-names regen-sbom
134134
- name: Check for changes
135135
run: |
136136
git add -u

0 commit comments

Comments
 (0)