Skip to content

Commit f53790a

Browse files
committed
Fix typo
1 parent 6b47105 commit f53790a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ cd test
1515
if [ -z "${CUDA_VERSION:-}" ] ; then
1616
pytest --continue-on-collection-errors --cov=torchaudio --junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml -v --durations 20 torchaudio_unittest -k "not fairseq and not demucs and not librosa"
1717
else
18-
pytest --continue-on-collection-errors --cov=torchaudio --junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml -v --durations 20 torchaudio_unittest -k "not cpu and (cuda or gpu) and and not fairseq and not demucs and not librosa"
18+
pytest --continue-on-collection-errors --cov=torchaudio --junitxml=${RUNNER_TEST_RESULTS_DIR}/junit.xml -v --durations 20 torchaudio_unittest -k "not cpu and (cuda or gpu) and not fairseq and not demucs and not librosa"
1919
fi
2020
coverage html

0 commit comments

Comments
 (0)