Skip to content

Commit 8f4db07

Browse files
committed
Build sox
1 parent 5329cd9 commit 8f4db07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/unittest-linux/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ conda install --quiet -y ninja cmake
8282

8383
printf "* Installing torchaudio\n"
8484
export BUILD_CPP_TEST=1
85-
pip install . -v --no-build-isolation
85+
BUILD_SOX=1 pip install . -v --no-build-isolation
8686

8787
# 3. Install Test tools
8888
printf "* Installing test tools\n"

.github/scripts/unittest-linux/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ fi
3030

3131
(
3232
cd test
33-
pytest torchaudio_unittest -k "not backend and not /io/ and not prototype and not sox and not ffmpeg and not fairseq and not hdemucs and not (torchscript and rnnt) and not torchscript_consistency"
33+
pytest torchaudio_unittest -k "not backend and not /io/ and not prototype and not ffmpeg and not fairseq and not hdemucs and not (torchscript and rnnt) and not torchscript_consistency"
3434
)

0 commit comments

Comments
 (0)