mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-13 12:02:21 +00:00
Fix CI.
This commit is contained in:
parent
0f2be1893b
commit
d8bef09761
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -46,6 +46,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
|
- name: Install libnsdfile and libsox
|
||||||
|
if: startsWith(matrix.os, 'ubuntu')
|
||||||
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
sudo apt install -q -y libsndfile1-dev libsndfile1 ffmpeg
|
||||||
|
sudo apt install -q -y --fix-missing sox libsox-dev libsox-fmt-all
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip pytest
|
python3 -m pip install --upgrade pip pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user