mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 19:42:19 +00:00
Update k2 version, remove lhotse from test workflow
This commit is contained in:
parent
62eef66f5b
commit
90ea10acb0
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
os: [ubuntu-18.04, macos-10.15]
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
torch: ["1.8.1"]
|
||||
k2-version: ["1.2.dev20210724"]
|
||||
k2-version: ["1.4.dev20210822"]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
@ -47,16 +47,11 @@ jobs:
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip pytest kaldialign torch==${{ matrix.torch }}
|
||||
python3 -m pip install --upgrade pip pytest
|
||||
pip install k2==${{ matrix.k2-version }}+cpu.torch${{ matrix.torch }} -f https://k2-fsa.org/nightly/
|
||||
# icefall requirements
|
||||
pip install -r requirements.txt
|
||||
|
||||
git clone https://github.com/lhotse-speech/lhotse
|
||||
cd lhotse
|
||||
python setup.py install
|
||||
|
||||
|
||||
- name: Run tests
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user