From 8509df9055c972ed12719d3c7342d46bf5d371fe Mon Sep 17 00:00:00 2001 From: drryanhuang Date: Mon, 30 Dec 2024 03:48:16 +0000 Subject: [PATCH] fix CI download path --- audio/tests/audiotools/test_audiotools.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/tests/audiotools/test_audiotools.sh b/audio/tests/audiotools/test_audiotools.sh index dd9896e84..01050f007 100644 --- a/audio/tests/audiotools/test_audiotools.sh +++ b/audio/tests/audiotools/test_audiotools.sh @@ -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 \ No newline at end of file +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 \ No newline at end of file