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: on:
push: push:
branches:
- master
- conda
tags: tags:
- '*' - '*'

View File

@ -20,6 +20,9 @@ name: build_conda_ubuntu_cpu
on: on:
push: push:
branches:
- master
- conda
tags: tags:
- '*' - '*'
@ -41,7 +44,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_ubuntu_cpu: build_conda_ubuntu_cpu:

View File

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

View File

@ -76,8 +76,6 @@ include_directories(${CMAKE_SOURCE_DIR})
message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}") message(STATUS "CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
include(GNUInstallDirs)
message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}") message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}")
add_subdirectory(kaldifeat) add_subdirectory(kaldifeat)

View File

@ -19,10 +19,9 @@ requirements:
host: host:
- anaconda-client - anaconda-client
- cmake=3.18 - cmake
- python - python
- pytorch={{ environ.get('KALDIFEAT_TORCH_VERSION') }} - pytorch={{ environ.get('KALDIFEAT_TORCH_VERSION') }}
- gcc_linux-64=7 # [linux]
- cpuonly - cpuonly
run: run: