Inverse text normalization API of streaming ASR for various programming languages (#1022)
This commit is contained in:
@@ -2,6 +2,8 @@ name: build-wheels-macos-arm64
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- wheel
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+*'
|
||||
workflow_dispatch:
|
||||
@@ -84,7 +86,7 @@ jobs:
|
||||
run: |
|
||||
opts='--break-system-packages'
|
||||
v=${{ matrix.python-version }}
|
||||
if [[ $v == cp38 || $v == cp39 ]]; then
|
||||
if [[ $v == cp37 || $v == cp38 || $v == cp39 ]]; then
|
||||
opts=''
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user