From 09efada04e7cd2671bfbf2576ef52977bea4c096 Mon Sep 17 00:00:00 2001 From: drryanhuang Date: Mon, 30 Dec 2024 04:21:03 +0000 Subject: [PATCH] add tar -zxvf --- audio/tests/audiotools/test_audiotools.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/tests/audiotools/test_audiotools.sh b/audio/tests/audiotools/test_audiotools.sh index 01050f007..afc4e6d5a 100644 --- a/audio/tests/audiotools/test_audiotools.sh +++ b/audio/tests/audiotools/test_audiotools.sh @@ -1,4 +1,6 @@ python -m pip install -r ../audiotools/requirements.txt wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/audio.tar.gz wget https://paddlespeech.bj.bcebos.com/PaddleAudio/audio_tools/regression.tar.gz +tar -zxvf audio.tar.gz +tar -zxvf regression.tar.gz python -m pytest \ No newline at end of file