Support extra languages in multi-lang kokoro tts (#2303)
This commit is contained in:
16
.github/workflows/test-build-wheel.yaml
vendored
16
.github/workflows/test-build-wheel.yaml
vendored
@@ -35,18 +35,18 @@ jobs:
|
||||
matrix:
|
||||
# See https://github.com/actions/runner-images
|
||||
include:
|
||||
- os: ubuntu-22.04
|
||||
python-version: "3.7"
|
||||
- os: ubuntu-22.04
|
||||
- os: ubuntu-latest
|
||||
python-version: "3.8"
|
||||
- os: ubuntu-22.04
|
||||
- os: ubuntu-latest
|
||||
python-version: "3.9"
|
||||
- os: ubuntu-22.04
|
||||
- os: ubuntu-latest
|
||||
python-version: "3.10"
|
||||
- os: ubuntu-22.04
|
||||
- os: ubuntu-latest
|
||||
python-version: "3.11"
|
||||
- os: ubuntu-22.04
|
||||
- os: ubuntu-latest
|
||||
python-version: "3.12"
|
||||
- os: ubuntu-latest
|
||||
python-version: "3.13"
|
||||
|
||||
- os: macos-13
|
||||
python-version: "3.8"
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||
cmake --version
|
||||
|
||||
export SHERPA_ONNX_MAKE_ARGS="VERBOSE=1 -j"
|
||||
export SHERPA_ONNX_MAKE_ARGS="VERBOSE=1 -j2"
|
||||
|
||||
python3 setup.py bdist_wheel
|
||||
ls -lh dist
|
||||
|
||||
Reference in New Issue
Block a user