change for test.yml
This commit is contained in:
parent
7cf7bebf09
commit
7b98f9dadd
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -78,6 +78,9 @@ jobs:
|
|||||||
# icefall requirements
|
# icefall requirements
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
pip uninstall protobuf
|
||||||
|
pip install --no-binary protobuf protobuf
|
||||||
|
|
||||||
- name: Install graphviz
|
- name: Install graphviz
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user