minor fixes.

This commit is contained in:
Fangjun Kuang 2022-04-03 17:09:14 +08:00
parent d4f2a89b50
commit 2ea9ff75b4

View File

@ -39,7 +39,7 @@ jobs:
- name: Install PyTorch ${{ matrix.torch }} - name: Install PyTorch ${{ matrix.torch }}
run: | run: |
pip3 install -qq torch==${{ matrix.torch }}+cpu -f https://download.pytorch.org/whl/torch_stable.html pip3 install -qq torch==${{ matrix.torch }}+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip3 install -qq wheel twine dataclasses numpy typing_extensions pip3 install -qq wheel twine dataclasses numpy typing_extensions soundfile
- name: Display CMake version - name: Display CMake version
run: | run: |