Add non-streaming websocket server for python (#259)
This commit is contained in:
16
.github/workflows/test-pip-install.yaml
vendored
16
.github/workflows/test-pip-install.yaml
vendored
@@ -23,12 +23,12 @@ permissions:
|
||||
jobs:
|
||||
test_pip_install:
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Test pip install on ${{ matrix.os }}
|
||||
name: ${{ matrix.os }} ${{ matrix.python-version }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python-version: ["3.8", "3.9", "3.10"]
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -50,3 +50,15 @@ jobs:
|
||||
run: |
|
||||
python3 -c "import sherpa_onnx; print(sherpa_onnx.__file__)"
|
||||
python3 -c "import sherpa_onnx; print(sherpa_onnx.__version__)"
|
||||
|
||||
sherpa-onnx --help
|
||||
sherpa-onnx-offline --help
|
||||
|
||||
sherpa-onnx-microphone --help
|
||||
sherpa-onnx-microphone-offline --help
|
||||
|
||||
sherpa-onnx-offline-websocket-server --help
|
||||
sherpa-onnx-offline-websocket-client --help
|
||||
|
||||
sherpa-onnx-online-websocket-server --help
|
||||
sherpa-onnx-online-websocket-client --help
|
||||
|
||||
Reference in New Issue
Block a user