From 126e5863f515f4f39c119905af6c0e72c8411f58 Mon Sep 17 00:00:00 2001 From: luomingshuang <739314837@qq.com> Date: Wed, 1 Jun 2022 20:02:34 +0800 Subject: [PATCH] change for test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 987b8243a..209259cde 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,7 +78,7 @@ jobs: # icefall requirements pip install -r requirements.txt - pip uninstall protobuf + pip uninstall -y protobuf pip install --no-binary protobuf protobuf - name: Install graphviz