mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-13 12:02:19 +00:00
Fix errors.
This commit is contained in:
parent
63816e9f19
commit
a6d33c5291
@ -87,6 +87,7 @@ jobs:
|
||||
nvcc --version
|
||||
|
||||
- name: Install PyTorch ${{ matrix.torch }}
|
||||
shell: bash
|
||||
run: |
|
||||
version=${{ matrix.cuda }}
|
||||
major=${version:0:2}
|
||||
|
2
.github/workflows/run-tests-macos-cpu.yml
vendored
2
.github/workflows/run-tests-macos-cpu.yml
vendored
@ -20,7 +20,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- nightly-test
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
1
.github/workflows/run-tests-windows-cuda.yml
vendored
1
.github/workflows/run-tests-windows-cuda.yml
vendored
@ -84,6 +84,7 @@ jobs:
|
||||
nvcc --version
|
||||
|
||||
- name: Install PyTorch ${{ matrix.torch }}
|
||||
shell: bash
|
||||
run: |
|
||||
version=${{ matrix.cuda }}
|
||||
major=${version:0:2}
|
||||
|
Loading…
x
Reference in New Issue
Block a user