mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-14 12:32:18 +00:00
minor fixes
This commit is contained in:
parent
95ee98b286
commit
95da81d6c3
4
.github/workflows/build_conda_macos_cpu.yml
vendored
4
.github/workflows/build_conda_macos_cpu.yml
vendored
@ -20,6 +20,8 @@ name: build_conda_macos_cpu
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- conda
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
@ -41,7 +43,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# outputting for debugging purposes
|
# outputting for debugging purposes
|
||||||
python scripts/github_actions/generate_build_matrix.py
|
python scripts/github_actions/generate_build_matrix.py
|
||||||
MATRIX=$(python scripts/github_actions/generate_build_matrix.py)
|
MATRIX=$(python scripts/github_actions/generate_build_matrix.py --test-only-latest-torch)
|
||||||
echo "::set-output name=matrix::${MATRIX}"
|
echo "::set-output name=matrix::${MATRIX}"
|
||||||
|
|
||||||
build_conda_macos_cpu:
|
build_conda_macos_cpu:
|
||||||
|
3
.github/workflows/build_conda_ubuntu_cpu.yml
vendored
3
.github/workflows/build_conda_ubuntu_cpu.yml
vendored
@ -20,9 +20,6 @@ name: build_conda_ubuntu_cpu
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- conda
|
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user