Skip to content

Commit

Permalink
事前のcargo buildは、open_jtalk-sysのビルドまでできていればよい
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Oct 28, 2023
1 parent 16fd981 commit 267057f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,10 @@ jobs:
# 次の問題に対するワークアラウンド
# https://github.com/VOICEVOX/voicevox_core/issues/653#issuecomment-1782108410
- if: matrix.os == 'macos-latest'
run: poetry run -- cargo build -p voicevox_core_python_api -vv
name: Build open_jtalk-sys
run: |
poetry run -- cargo build -p voicevox_core_python_api -vv || true
[ -n "$(find ./target/debug/deps -name 'libopen_jtalk_sys-*.rlib')" ]
- run: poetry run maturin build --locked
- run: poetry run maturin develop --locked
- name: 必要なDLLをコピーしてpytestを実行
Expand Down

0 comments on commit 267057f

Please sign in to comment.