change for test.yml

This commit is contained in:
luomingshuang 2022-06-01 19:43:34 +08:00
parent 7cf7bebf09
commit 7b98f9dadd

View File

@ -78,6 +78,9 @@ jobs:
# icefall requirements
pip install -r requirements.txt
pip uninstall protobuf
pip install --no-binary protobuf protobuf
- name: Install graphviz
if: startsWith(matrix.os, 'ubuntu')
shell: bash