Fix CI tests (#804)

This commit is contained in:
Fangjun Kuang
2024-04-24 13:01:06 +08:00
committed by GitHub
parent 9b67a476e6
commit c7691650d7
7 changed files with 312 additions and 41 deletions

View File

@@ -35,8 +35,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-20.04, ubuntu-22.04, windows-latest, macos-latest, macos-14]
python-version: ["3.10"]
model_type: ["transducer", "paraformer", "nemo_ctc", "whisper", "tdnn"]
steps: