Skip to content

Commit 4a9dec8

Browse files
authored
fix(workflow): Update wheels.yml (#112)
1 parent bea5381 commit 4a9dec8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
2828
- name: Build Graph
2929
run: |
30-
python normalize.py --text "2.5平方电线" --overwrite_cache
31-
python inverse_normalize.py --text "二点五平方电线" --overwrite_cache
30+
python -m tn --text "2.5平方电线" --overwrite_cache
31+
python -m itn --text "二点五平方电线" --overwrite_cache
3232
3333
- name: Prepare Graph
3434
run: |

0 commit comments

Comments
 (0)