We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad0d0d commit cdb89f7Copy full SHA for cdb89f7
.github/scripts/unittest-linux/run_test.sh
@@ -34,5 +34,5 @@ fi
34
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MOD_inflect=true
35
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MOD_pytorch_lightning=true
36
cd test
37
- pytest torchaudio_unittest -k "not torchscript and not fairseq and not demucs"
+ pytest torchaudio_unittest -k "not torchscript and not fairseq and not demucs ${PYTEST_K_EXTRA}"
38
)
.github/workflows/unittest-macos-cpu.yml
@@ -63,5 +63,6 @@ jobs:
63
echo '::endgroup::'
64
65
echo '::group::Run Tests'
66
+ export PYTEST_K_EXTRA="and not librosa"
67
./.github/scripts/unittest-linux/run_test.sh
68
0 commit comments