Skip to content

Commit e16865f

Browse files
author
Beat Buesser
committed
Remove +cpu from trochaudio for Lingvo
Signed-off-by: Beat Buesser <[email protected]>
1 parent 9d6184b commit e16865f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lingvo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
pip install h5py==2.10.0
6363
pip install pytest-mock
6464
pip install torch==1.10.2+cpu
65-
pip install torchaudio==0.10.2+cpu
65+
pip install torchaudio==0.10.2
6666
pip install torchvision==0.11.3+cpu
6767
pip list
6868
- name: Run ${{ matrix.name }} Tests

0 commit comments

Comments
 (0)