Fix for run-yesno-recipe

This commit is contained in:
Yifan Yang 2023-03-08 12:05:51 +08:00
parent 322f954aa4
commit 696c3309aa

View File

@ -67,7 +67,7 @@ jobs:
run: |
grep -v '^#' ./requirements-ci.txt | grep -v kaldifst | xargs -n 1 -L 1 pip install
pip uninstall -y protobuf
pip install --no-binary protobuf protobuf
pip install --no-binary protobuf protobuf==3.20.*
- name: Run yesno recipe
shell: bash