more fixes

This commit is contained in:
Fangjun Kuang 2022-08-16 21:14:54 +08:00
parent 234bd181fc
commit 66f0bc35b4
5 changed files with 4 additions and 5 deletions

View File

@ -110,5 +110,5 @@ jobs:
- name: Upload generated files
uses: actions/upload-artifact@v2
with:
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-${{ matrix.os }}
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-macos-10.15
path: /usr/local/miniconda/envs/kaldifeat/conda-bld/osx-64/*.tar.bz2

View File

@ -104,5 +104,5 @@ jobs:
- name: Upload generated files
uses: actions/upload-artifact@v2
with:
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-${{ matrix.os }}
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04
path: /usr/share/miniconda/envs/kaldifeat/conda-bld/linux-64/*.tar.bz2

View File

@ -128,5 +128,5 @@ jobs:
- name: Upload generated files
uses: actions/upload-artifact@v2
with:
name: cuda-${{ matrix.cuda }}-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-${{ matrix.os }}
name: cuda-${{ matrix.cuda }}-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-ubuntu-18.04
path: /usr/share/miniconda/envs/kaldifeat/conda-bld/linux-64/*.tar.bz2

View File

@ -110,5 +110,5 @@ jobs:
- name: Upload generated files
uses: actions/upload-artifact@v2
with:
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-${{ matrix.os }}
name: cpu-torch-${{ matrix.torch }}-python-${{ matrix.python-version }}-windows-2019
path: c:/Miniconda/envs/kaldifeat/conda-bld/win-64/*.tar.bz2

View File

@ -22,7 +22,6 @@ requirements:
- python
- pytorch={{ environ.get('KALDIFEAT_TORCH_VERSION') }}
- cpuonly
- numpy
run:
- python