Skip to content

Commit

Permalink
#19 requirements.txtのパス指定を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
so-c committed Jul 30, 2022
1 parent 8094416 commit b33cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install Python dependencies
shell: bash
run: pip install -r requirements.txt -target ./voicevox_engine
run: pip install -r ./voicevox_engine/requirements.txt -target ./voicevox_engine
- name: Configure .env
run: (Get-Content ./.env.production) -replace "run.exe", "./voicevox_engine/run.py --enable_mock" > .env
shell: pwsh
Expand Down

0 comments on commit b33cf31

Please sign in to comment.