Skip to content

Add is initialized speaker #150

Add is initialized speaker

Add is initialized speaker #150

Workflow file for this run

name: Test voicevox-client
on:
push:
branches:
- main
- rewrite
pull_request:
jobs:
tests:
name: Test voicevox-client
runs-on: ubuntu-latest
services:
voicevox:
image: voicevox/voicevox_engine:cpu-ubuntu20.04-latest
ports:
- 50021:50021
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install depend
run: python -m pip install -U .[tests]
- name: Run test
run: pytest