Skip to content

Commit 32ef00a

Browse files
committed
Remove reference to mac part of tests in linux test yml
1 parent d4de361 commit 32ef00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true
7575
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=true
7676
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_FFMPEG=true
77-
pytest torchaudio_unittest -k "not torchscript and not fairseq and not demucs ${PYTEST_K_EXTRA}"
77+
pytest torchaudio_unittest -k "not torchscript and not fairseq and not demucs"
7878
echo "::endgroup::"

0 commit comments

Comments
 (0)