Skip to content

Commit 0e46c04

Browse files
[3.14] pythongh-126524: Revert "pythongh-126524: Run regen-unicodedata as a part of our CI pythonGH-126682" (pythonGH-138197) (python#138218)
pythongh-126524: Revert "pythongh-126524: Run `regen-unicodedata` as a part of our CI pythonGH-126682" (pythonGH-138197) (cherry picked from commit 03f8d3b) Co-authored-by: sobolevn <[email protected]>
1 parent e3fb55e commit 0e46c04

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
@@ -177,7 +177,7 @@ jobs:
177177
- name: Build CPython
178178
run: |
179179
make -j4 regen-all
180-
make regen-stdlib-module-names regen-sbom regen-unicodedata
180+
make regen-stdlib-module-names regen-sbom
181181
- name: Check for changes
182182
run: |
183183
git add -u

0 commit comments

Comments
 (0)