mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-09 17:14:20 +00:00
change for yml
This commit is contained in:
parent
2c910d1a5c
commit
bd73280e52
@ -48,8 +48,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
grep -v '^#' pip uninstall -y protobuf | pip install --no-binary protobuf protobuf |
|
grep -v '^#' ./requirements-ci.txt | xargs -n 1 -L 1 pip install
|
||||||
./requirements-ci.txt | xargs -n 1 -L 1 pip install
|
|
||||||
|
pip uninstall -y protobuf
|
||||||
|
pip install --no-binary protobuf protobuf
|
||||||
|
|
||||||
- name: Cache kaldifeat
|
- name: Cache kaldifeat
|
||||||
id: my-cache
|
id: my-cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user