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
ea9755d62d
commit
7434d69239
2
.github/workflows/build_conda_macos_cpu.yml
vendored
2
.github/workflows/build_conda_macos_cpu.yml
vendored
@ -20,8 +20,6 @@ name: build_conda_macos_cpu
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- conda
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
|
2
.github/workflows/build_conda_ubuntu_cpu.yml
vendored
2
.github/workflows/build_conda_ubuntu_cpu.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
run: |
|
||||
# outputting for debugging purposes
|
||||
python scripts/github_actions/generate_build_matrix.py
|
||||
MATRIX=$(python scripts/github_actions/generate_build_matrix.py --test-only-latest-torch)
|
||||
MATRIX=$(python scripts/github_actions/generate_build_matrix.py)
|
||||
echo "::set-output name=matrix::${MATRIX}"
|
||||
|
||||
build_conda_ubuntu_cpu:
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
||||
run: |
|
||||
# outputting for debugging purposes
|
||||
python scripts/github_actions/generate_build_matrix.py
|
||||
MATRIX=$(python scripts/github_actions/generate_build_matrix.py --test-only-latest-torch)
|
||||
MATRIX=$(python scripts/github_actions/generate_build_matrix.py)
|
||||
echo "::set-output name=matrix::${MATRIX}"
|
||||
|
||||
build_conda_windows_cpu:
|
||||
|
Loading…
x
Reference in New Issue
Block a user