From cf4c6d315cb60aa607720913c06aeefc20475146 Mon Sep 17 00:00:00 2001 From: Nanashi Date: Sun, 3 Dec 2023 22:21:18 +0900 Subject: [PATCH] =?UTF-8?q?Add:=20Example=E3=81=AE=E5=8B=95=E4=BD=9C?= =?UTF-8?q?=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=20(#701)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a0bea3a27..8987d8f5f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -291,6 +291,8 @@ jobs: cp -v ../../target/debug/build/onnxruntime-sys-*/out/onnxruntime_*/onnxruntime-*/lib/libonnxruntime.*.dylib . || true poetry run pytest + - name: Exampleを実行 + run: poetry run python ../../example/python/run.py ../../model/sample.vvm --dict-dir ../test_util/data/open_jtalk_dic_utf_8-1.11 build-and-test-java-api: strategy: fail-fast: false