From bd73280e52e69425b63f7a9aa56584919eddff43 Mon Sep 17 00:00:00 2001 From: luomingshuang <739314837@qq.com> Date: Wed, 1 Jun 2022 20:43:21 +0800 Subject: [PATCH] change for yml --- .github/workflows/run-pretrained-conformer-ctc.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-pretrained-conformer-ctc.yml b/.github/workflows/run-pretrained-conformer-ctc.yml index 9f2856399..cb549c50a 100644 --- a/.github/workflows/run-pretrained-conformer-ctc.yml +++ b/.github/workflows/run-pretrained-conformer-ctc.yml @@ -48,8 +48,10 @@ jobs: - name: Install Python dependencies run: | - grep -v '^#' pip uninstall -y protobuf | pip install --no-binary protobuf protobuf | - ./requirements-ci.txt | xargs -n 1 -L 1 pip install + grep -v '^#' ./requirements-ci.txt | xargs -n 1 -L 1 pip install + + pip uninstall -y protobuf + pip install --no-binary protobuf protobuf - name: Cache kaldifeat id: my-cache