Update k2 version, remove lhotse from test workflow

This commit is contained in:
pkufool 2021-08-23 10:31:46 +08:00
parent 62eef66f5b
commit 90ea10acb0

View File

@ -32,7 +32,7 @@ jobs:
os: [ubuntu-18.04, macos-10.15] os: [ubuntu-18.04, macos-10.15]
python-version: [3.6, 3.7, 3.8, 3.9] python-version: [3.6, 3.7, 3.8, 3.9]
torch: ["1.8.1"] torch: ["1.8.1"]
k2-version: ["1.2.dev20210724"] k2-version: ["1.4.dev20210822"]
fail-fast: false fail-fast: false
steps: steps:
@ -47,16 +47,11 @@ jobs:
- name: Install Python dependencies - name: Install Python dependencies
run: | 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/ pip install k2==${{ matrix.k2-version }}+cpu.torch${{ matrix.torch }} -f https://k2-fsa.org/nightly/
# icefall requirements # icefall requirements
pip install -r requirements.txt pip install -r requirements.txt
git clone https://github.com/lhotse-speech/lhotse
cd lhotse
python setup.py install
- name: Run tests - name: Run tests
if: startsWith(matrix.os, 'ubuntu') if: startsWith(matrix.os, 'ubuntu')
run: | run: |