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:
|
||||
push:
|
||||
branches:
|
||||
- conda
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
@ -41,7 +43,7 @@ jobs:
|
||||
run: |
|
||||
# outputting for debugging purposes
|
||||
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}"
|
||||
|
||||
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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- conda
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user