Skip to content

Commit 385e35f

Browse files
authored
[cicd] update wheels (#229)
1 parent 995ef70 commit 385e35f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
2828
- name: Build Graph
2929
run: |
30-
python -m tn --text "2.5平方电线" --overwrite_cache
30+
python -m tn --text "2.5平方电线" --overwrite_cache --language "zh"
31+
python -m tn --text "2010-03-21" --overwrite_cache --language "en"
3132
python -m itn --text "二点五平方电线" --overwrite_cache
3233
3334
- name: Prepare Graph

0 commit comments

Comments
 (0)