Fix test errors.

This commit is contained in:
Fangjun Kuang 2021-07-19 12:19:47 +08:00
parent 8362806add
commit f110be1558

View File

@ -77,7 +77,7 @@ jobs:
shell: bash shell: bash
run: | run: |
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
python3 -m pip install wheel twine typing_extensions python3 -m pip install wheel twine typing_extensions soundfile
python3 -m pip install bs4 requests tqdm python3 -m pip install bs4 requests tqdm
./scripts/github_actions/install_torch.sh ./scripts/github_actions/install_torch.sh
@ -88,7 +88,7 @@ jobs:
shell: bash shell: bash
run: | run: |
python3 -m pip install -qq --upgrade pip python3 -m pip install -qq --upgrade pip
python3 -m pip install -qq wheel twine typing_extensions python3 -m pip install -qq wheel twine typing_extensions soundfile
python3 -m pip install -qq torch==${{ matrix.torch }} python3 -m pip install -qq torch==${{ matrix.torch }}
python3 -c "import torch; print('torch version:', torch.__version__)" python3 -c "import torch; print('torch version:', torch.__version__)"