From 10b5442768b76d6f661fa75fec2b768dd30a4914 Mon Sep 17 00:00:00 2001 From: Afjes <599641678@qq.com> Date: Mon, 26 Jan 2026 07:17:08 +0000 Subject: [PATCH] fix workflow ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e96e4657..5610edb88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,7 @@ jobs: -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