Skip to content

Commit f92ceca

Browse files
Remove gpu test installs (#4038)
Co-authored-by: Nicolas Hug <[email protected]>
1 parent b0fc941 commit f92ceca

File tree

1 file changed

+2
-27
lines changed

1 file changed

+2
-27
lines changed

.github/workflows/unittest-linux-gpu.yml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true
4141
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=true
4242
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_FFMPEG=true
43+
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MOD_demucs=true
4344
# Avoid reproducibility errors with CUBLAS: https://docs.nvidia.com/cuda/cublas/index.html#results-reproducibility
4445
export CUBLAS_WORKSPACE_CONFIG=:4096:8
4546
@@ -73,34 +74,8 @@ jobs:
7374
7475
echo "::endgroup::"
7576
echo "::group::Install other Dependencies"
76-
# conda install \
77-
# --quiet --yes \
78-
# -c conda-forge \
79-
# -c numba/label/dev \
80-
# libvorbis parameterized 'requests>=2.20'
81-
# pip3 install --progress-bar off \
82-
# SoundFile \
83-
# coverage \
84-
# pytest \
85-
# pytest-cov \
86-
# scipy \
87-
# transformers \
88-
# expecttest \
89-
# unidecode \
90-
# inflect \
91-
# Pillow \
92-
# sentencepiece \
93-
# pytorch-lightning \
94-
# 'protobuf<4.21.0' \
95-
# demucs \
96-
# tinytag \
97-
# flashlight-text \
98-
# git+https://github.com/kpu/kenlm/ \
99-
# git+https://github.com/pytorch/fairseq.git@e47a4c8
10077
101-
pip3 install parameterized requests
102-
pip3 install SoundFile coverage pytest pytest-cov scipy expecttest unidecode inflect Pillow sentencepiece pytorch-lightning 'protobuf<4.21.0' demucs tinytag
103-
pip3 install pillow scipy "numpy>=1.26"
78+
pip3 install parameterized requests coverage pytest pytest-cov scipy numpy expecttest
10479
10580
echo "::endgroup::"
10681
echo "::group::Run tests"

0 commit comments

Comments
 (0)