From 8d0f04d29192065077dd42a9d07d838bdbb01c9d Mon Sep 17 00:00:00 2001 From: "huli.bruce" Date: Fri, 27 Dec 2024 21:08:05 +0800 Subject: [PATCH] fix robot effect ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93cd6075..7b8ddf1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run: | sudo apt update sudo apt install -y make git pkg-config libssl-dev cmake binutils-dev libgoogle-glog-dev gcc g++ golang wget libgl1 - sudo apt install -y python3.9 python3-dev python3-pip + sudo apt install -y python3.9 python3-dev python3-pip libsndfile1 libsndfile1-dev sudo python3 -m pip install timeout_decorator numpy onnxruntime pytest opencv-python librosa # The version of ffmpeg installed via apt is 4.2, but the current test results are based on version 4.4, so here we need to compile version 4.4 of ffmpeg from source code #apt install -y ffmpeg libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavresample-dev libavutil-dev libpostproc-dev libswresample-dev libswscale-dev