mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
Fix CI installation errors.
This commit is contained in:
parent
e6d7bd67e2
commit
2fa9a797d2
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -33,7 +33,8 @@ jobs:
|
|||||||
# disable macOS test for now.
|
# disable macOS test for now.
|
||||||
os: [ubuntu-18.04]
|
os: [ubuntu-18.04]
|
||||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||||
torch: ["1.8.1", "1.10.0"]
|
torch: ["1.8.0", "1.10.0"]
|
||||||
|
torchaudio: ["0.8.0", "0.10.0"]
|
||||||
k2-version: ["1.9.dev20211101"]
|
k2-version: ["1.9.dev20211101"]
|
||||||
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -58,6 +59,7 @@ jobs:
|
|||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip pytest
|
python3 -m pip install --upgrade pip pytest
|
||||||
|
pip install torch==${{ matrix.torch }}+cpu torchaudio==${{ matrix.torchaudio }}+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
||||||
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/
|
||||||
pip install git+https://github.com/lhotse-speech/lhotse
|
pip install git+https://github.com/lhotse-speech/lhotse
|
||||||
# icefall requirements
|
# icefall requirements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user