From 5d2615d46d067788091e759d7387d55458d02050 Mon Sep 17 00:00:00 2001 From: luomingshuang <739314837@qq.com> Date: Wed, 1 Jun 2022 21:58:12 +0800 Subject: [PATCH] change for yml --- .github/workflows/run-pretrained-conformer-ctc.yml | 1 - .github/workflows/test.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/run-pretrained-conformer-ctc.yml b/.github/workflows/run-pretrained-conformer-ctc.yml index cb549c50a..f4c6bf507 100644 --- a/.github/workflows/run-pretrained-conformer-ctc.yml +++ b/.github/workflows/run-pretrained-conformer-ctc.yml @@ -49,7 +49,6 @@ jobs: - name: Install Python dependencies run: | grep -v '^#' ./requirements-ci.txt | xargs -n 1 -L 1 pip install - pip uninstall -y protobuf pip install --no-binary protobuf protobuf diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0acb6ab13..f9dab7afe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,6 @@ jobs: pip install k2==${{ matrix.k2-version }}+cpu.torch${{ matrix.torch }} -f https://k2-fsa.org/nightly/ pip install git+https://github.com/lhotse-speech/lhotse # icefall requirements - # pip install -r requirements.txt pip uninstall -y protobuf pip install --no-binary protobuf protobuf