File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments