Skip to content

Commit

Permalink
fix(workflow): Update wheels.yml (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchensong authored Sep 18, 2023
1 parent bea5381 commit 4a9dec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build Graph
run: |
python normalize.py --text "2.5平方电线" --overwrite_cache
python inverse_normalize.py --text "二点五平方电线" --overwrite_cache
python -m tn --text "2.5平方电线" --overwrite_cache
python -m itn --text "二点五平方电线" --overwrite_cache
- name: Prepare Graph
run: |
Expand Down

0 comments on commit 4a9dec8

Please sign in to comment.