Add tests for zipformer (#106)

This commit is contained in:
Fangjun Kuang
2023-03-31 04:47:20 +08:00
committed by GitHub
parent b535d6db59
commit f69b4e9396
5 changed files with 28 additions and 28 deletions

View File

@@ -46,13 +46,6 @@ jobs:
with:
fetch-depth: 0
- name: Install sox
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y sox
sox -h
- name: Configure CMake
shell: bash
run: |