change for test.yml

This commit is contained in:
luomingshuang 2022-06-01 20:07:39 +08:00
parent 126e5863f5
commit 56fea10a0e

View File

@ -76,11 +76,12 @@ jobs:
pip install k2==${{ matrix.k2-version }}+cpu.torch${{ matrix.torch }} -f https://k2-fsa.org/nightly/
pip install git+https://github.com/lhotse-speech/lhotse
# icefall requirements
pip install -r requirements.txt
# pip install -r requirements.txt
pip uninstall -y protobuf
pip install --no-binary protobuf protobuf
pip install -r requirements.txt
- name: Install graphviz
if: startsWith(matrix.os, 'ubuntu')
shell: bash