fix CI download path

pull/3900/head
drryanhuang 9 months ago
parent 6331e89279
commit 8509df9055

@ -1,4 +1,4 @@
python -m pip install -r ../audiotools/requirements.txt
wget -P ./test_data https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/audio.tar.gz
wget -P ./test_data https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/regression.tar.gz
find . -name "*✅.py" | xargs python -m pytest
wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/audio.tar.gz
wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/regression.tar.gz
python -m pytest
Loading…
Cancel
Save