mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-09 10:02:20 +00:00
minor fixes
This commit is contained in:
parent
5a5895d20b
commit
9fae1afa65
7
.github/workflows/test-wheels.yml
vendored
7
.github/workflows/test-wheels.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
|
||||
jobs:
|
||||
Test_pre_compiled_wheels:
|
||||
name: ${{ matrix.os }} ${{ github.event.inputs.torch_version }} {{ github.event.inputs.kaldifeat_version }} ${{ matrix.python-version }}
|
||||
name: ${{ matrix.os }} ${{ github.event.inputs.torch_version }} ${{ github.event.inputs.kaldifeat_version }} ${{ matrix.python-version }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -32,6 +32,11 @@ jobs:
|
||||
- name: Display Python version
|
||||
run: python -c "import sys; print(sys.version)"
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
pip install numpy
|
||||
|
||||
- name: Install torch
|
||||
if: startsWith(matrix.os, 'macos')
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user