Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuna2134 authored Nov 23, 2023
1 parent 5f8635d commit 670fa97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ jobs:
with:
python-version: '3.10'
- uses: dtolnay/rust-toolchain@stable
- run: cargo build -p voicevox_core_python_api
- run: |
pip install --upgrade poetry
poetry config virtualenvs.create false
(cd crates/voicevox_core_python_api && poetry install --with dev)
cargo build -p voicevox_core_python_api
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 670fa97

Please sign in to comment.