From ef31008162282508219782adb88a85e4e9980fa0 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 4 Jun 2022 12:00:20 +0800 Subject: [PATCH] Minor fixes. --- .github/workflows/build_conda_ubuntu_cpu.yml | 2 +- .github/workflows/build_conda_ubuntu_cuda.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_conda_ubuntu_cpu.yml b/.github/workflows/build_conda_ubuntu_cpu.yml index 3b48560..3f0692c 100644 --- a/.github/workflows/build_conda_ubuntu_cpu.yml +++ b/.github/workflows/build_conda_ubuntu_cpu.yml @@ -90,7 +90,7 @@ jobs: env: KALDIFEAT_PYTHON_VERSION: ${{ matrix.python-version}} KALDIFEAT_TORCH_VERSION: ${{ matrix.torch }} - # KALDIFEAT_CONDA_TOKEN: ${{ secrets.KALDIFEAT_CONDA_TOKEN}} + KALDIFEAT_CONDA_TOKEN: ${{ secrets.KALDIFEAT_CONDA_TOKEN}} KALDIFEAT_IS_GITHUB_ACTIONS: 1 KALDIFEAT_IS_FOR_CONDA: 1 run: | diff --git a/.github/workflows/build_conda_ubuntu_cuda.yml b/.github/workflows/build_conda_ubuntu_cuda.yml index 761cc5d..b604a62 100644 --- a/.github/workflows/build_conda_ubuntu_cuda.yml +++ b/.github/workflows/build_conda_ubuntu_cuda.yml @@ -114,7 +114,7 @@ jobs: KALDIFEAT_CUDA_VERSION: ${{ matrix.cuda }} KALDIFEAT_PYTHON_VERSION: ${{ matrix.python-version}} KALDIFEAT_TORCH_VERSION: ${{ matrix.torch }} - # KALDIFEAT_CONDA_TOKEN: ${{ secrets.KALDIFEAT_CONDA_TOKEN}} + KALDIFEAT_CONDA_TOKEN: ${{ secrets.KALDIFEAT_CONDA_TOKEN}} KALDIFEAT_IS_GITHUB_ACTIONS: 1 KALDIFEAT_IS_FOR_CONDA: 1 run: |