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