From 385e35fb06b449c2eac5f8eea88a954118645f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xingchen=20Song=28=E5=AE=8B=E6=98=9F=E8=BE=B0=29?= Date: Wed, 5 Jun 2024 13:18:16 +0800 Subject: [PATCH] [cicd] update wheels (#229) --- .github/workflows/wheels.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index ce470c1..c676192 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -27,7 +27,8 @@ jobs: - name: Build Graph run: | - python -m tn --text "2.5平方电线" --overwrite_cache + python -m tn --text "2.5平方电线" --overwrite_cache --language "zh" + python -m tn --text "2010-03-21" --overwrite_cache --language "en" python -m itn --text "二点五平方电线" --overwrite_cache - name: Prepare Graph