Skip to content

Commit

Permalink
Fix: poetry runを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Oct 21, 2023
1 parent 8786c24 commit a031f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build voicevox_core_python_api
run: |
cargo build -p voicevox_core_c_api -vv
poetry run maturin develop --manifest-path ./crates/voicevox_core_python_api/Cargo.toml --locked
maturin develop --manifest-path ./crates/voicevox_core_python_api/Cargo.toml --locked
- name: Generate Sphinx document
run: sphinx-build docs/apis/python_api public/apis/python_api
- name: Generate Javadoc
Expand Down

0 comments on commit a031f30

Please sign in to comment.