From a031f30850662623fb34083d83a4b14405c1d2c5 Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Sat, 21 Oct 2023 23:26:58 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20poetry=20run=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/generate_document.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_document.yml b/.github/workflows/generate_document.yml index aa3603dc4..9a2328cfc 100644 --- a/.github/workflows/generate_document.yml +++ b/.github/workflows/generate_document.yml @@ -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