Skip to content

Commit 03f8d3b

Browse files
authored
gh-126524: Revert "gh-126524: Run regen-unicodedata as a part of our CI #126682" (#138197)
1 parent d910b93 commit 03f8d3b

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)