From 7b98f9daddfad04c3335c8f9d790ec8f050de478 Mon Sep 17 00:00:00 2001 From: luomingshuang <739314837@qq.com> Date: Wed, 1 Jun 2022 19:43:34 +0800 Subject: [PATCH] change for test.yml --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fce14c460..987b8243a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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