mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-09 18:12:17 +00:00
minor fixes
This commit is contained in:
parent
0701eb9ac2
commit
c273836e6b
3
.github/workflows/build_conda_macos_cpu.yml
vendored
3
.github/workflows/build_conda_macos_cpu.yml
vendored
@ -20,9 +20,6 @@ name: build_conda_macos_cpu
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- conda
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
|
5
.github/workflows/build_conda_ubuntu_cpu.yml
vendored
5
.github/workflows/build_conda_ubuntu_cpu.yml
vendored
@ -20,6 +20,9 @@ name: build_conda_ubuntu_cpu
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- conda
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
@ -41,7 +44,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_ubuntu_cpu:
|
||||
|
@ -20,8 +20,6 @@ name: build_conda_windows_cpu
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- conda
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
|
@ -76,8 +76,6 @@ include_directories(${CMAKE_SOURCE_DIR})
|
||||
|
||||
message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
|
||||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
add_subdirectory(kaldifeat)
|
||||
|
@ -19,10 +19,9 @@ requirements:
|
||||
|
||||
host:
|
||||
- anaconda-client
|
||||
- cmake=3.18
|
||||
- cmake
|
||||
- python
|
||||
- pytorch={{ environ.get('KALDIFEAT_TORCH_VERSION') }}
|
||||
- gcc_linux-64=7 # [linux]
|
||||
- cpuonly
|
||||
|
||||
run:
|
||||
|
Loading…
x
Reference in New Issue
Block a user