mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-17 13:12:16 +00:00
Fix test errors.
This commit is contained in:
parent
8362806add
commit
f110be1558
4
.github/workflows/run-tests.yml
vendored
4
.github/workflows/run-tests.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
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
|
||||
|
||||
./scripts/github_actions/install_torch.sh
|
||||
@ -88,7 +88,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
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 -c "import torch; print('torch version:', torch.__version__)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user