mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-11 19:12:28 +00:00
minor fixes
This commit is contained in:
parent
7dd7a10483
commit
ea9755d62d
2
.github/workflows/build_conda_macos_cpu.yml
vendored
2
.github/workflows/build_conda_macos_cpu.yml
vendored
@ -43,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 --test-only-latest-torch)
|
MATRIX=$(python scripts/github_actions/generate_build_matrix.py)
|
||||||
echo "::set-output name=matrix::${MATRIX}"
|
echo "::set-output name=matrix::${MATRIX}"
|
||||||
|
|
||||||
build_conda_macos_cpu:
|
build_conda_macos_cpu:
|
||||||
|
@ -41,7 +41,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_windows_cpu:
|
build_conda_windows_cpu:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user