You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda run -p "${env_dir}" python -m torch.utils.collect_env
10
+
python -m torch.utils.collect_env
14
11
env | grep TORCHAUDIO ||true
15
12
16
13
cdtest
17
-
conda run -p "${env_dir}"pytest --continue-on-collection-errors --cov=torchaudio --junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml -v --durations 20 torchaudio_unittest -k "not torchscript and not fairseq and not demucs and not librosa"
18
-
conda run -p "${env_dir}"coverage html
14
+
pytest --continue-on-collection-errors --cov=torchaudio --junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml -v --durations 20 torchaudio_unittest -k "not torchscript and not fairseq and not demucs and not librosa"
0 commit comments