From a6c892f2f873cf09c941afc08a4241d4e96c90e8 Mon Sep 17 00:00:00 2001 From: Afjes <599641678@qq.com> Date: Mon, 26 Jan 2026 08:46:58 +0000 Subject: [PATCH] fix workflow ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8a9d88fa..56016b79f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,11 +63,11 @@ jobs: echo "PARENT_DIR:$PARENT_DIR" docker run --rm --net=host --cap-add=SYS_PTRACE --privileged --shm-size=64G \ -v $(pwd):/workspace -w /workspace \ - -e "http_proxy=http://172.19.57.45:3128" \ - -e "https_proxy=http://172.19.57.45:3128" \ -e "no_proxy=bcebos.com,mirrors.tuna.tsinghua.edu.cn,127.0.0.1,localhost" \ ${docker_image} /bin/bash -c " git config --global --add safe.directory /workspace/PaddleSpeech + unset http_proxy + unset https_proxy cd PaddleSpeech/tests/unit bash ci.sh " \ No newline at end of file