Skip to content

Commit

Permalink
Delete: 不要な指定を削除
Browse files Browse the repository at this point in the history
Co-authored-by: Ryo Yamashita <[email protected]>
  • Loading branch information
sevenc-nanashi and qryxip authored Oct 22, 2023
1 parent e9f06db commit 9c991ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ jobs:
pip install --upgrade poetry
poetry install --with dev --with test
- run: cargo build -p voicevox_core_c_api -vv
- run: poetry run maturin build --manifest-path Cargo.toml --locked
- run: poetry run maturin develop --manifest-path Cargo.toml --locked
- run: poetry run maturin build --locked
- run: poetry run maturin develop --locked
- name: 必要なDLLをコピーしてpytestを実行
run: |
cp -v ../../target/debug/build/onnxruntime-sys-*/out/onnxruntime_*/onnxruntime-*/lib/onnxruntime.dll . || true
Expand Down

0 comments on commit 9c991ab

Please sign in to comment.