minor fixes

This commit is contained in:
Fangjun Kuang 2022-08-18 12:06:23 +08:00
parent 0701eb9ac2
commit c273836e6b
5 changed files with 5 additions and 10 deletions

View File

@ -20,9 +20,6 @@ name: build_conda_macos_cpu
on:
push:
branches:
- master
- conda
tags:
- '*'

View File

@ -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:

View File

@ -20,8 +20,6 @@ name: build_conda_windows_cpu
on:
push:
branches:
- conda
tags:
- '*'

View File

@ -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)

View File

@ -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: