Skip to content

Commit 9a0df3f

Browse files
committed
tmp change
Signed-off-by: Sasha Meister <ameister@nvidia.com>
1 parent a039493 commit 9a0df3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
sudo cp incommon-rsa-ca2.pem /usr/local/share/ca-certificates/incommon-rsa-server-ca-2.crt # [cert for CORAL]
9393
sudo update-ca-certificates # [cert for CORAL]
9494
set -o pipefail # this will make sure next line returns non-0 exit code if tests fail
95-
python -m pytest tests/convert_to_tarred_audio_dataset.py #--junitxml=pytest.xml --ignore=tests/test_tts_sdp_end_to_end.py --cov-report=term-missing:skip-covered --cov=sdp --durations=30 -rs | tee pytest-coverage.txt
95+
python -m pytest tests/test_convert_to_tarred_audio_dataset.py #--junitxml=pytest.xml --ignore=tests/test_tts_sdp_end_to_end.py --cov-report=term-missing:skip-covered --cov=sdp --durations=30 -rs | tee pytest-coverage.txt
9696
9797
9898
# TODO: add some way to see if e2e tests were skipped

0 commit comments

Comments
 (0)