From f4d2ab0e31ccda03889547730b918ef25fcd2fa6 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Mon, 24 Feb 2025 22:24:51 +0800 Subject: [PATCH] Fix swig build fail Signed-off-by: Cai Yudong --- .github/workflows/ut.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ut.yaml b/.github/workflows/ut.yaml index d9a970721..12a634568 100644 --- a/.github/workflows/ut.yaml +++ b/.github/workflows/ut.yaml @@ -134,7 +134,8 @@ jobs: && sudo apt install -y cmake g++ gcc libopenblas-openmp-dev libaio-dev libcurl4-openssl-dev libevent-dev libgflags-dev python3 python3-pip python3-setuptools \ && pip3 install conan==1.61.0 pytest faiss-cpu numpy wheel \ && pip3 install bfloat16 \ - && conan remote add default-conan-local https://milvus01.jfrog.io/artifactory/api/conan/default-conan-local + && conan remote add default-conan-local https://milvus01.jfrog.io/artifactory/api/conan/default-conan-local \ + && pip3 install -U setuptools - name: Download Conan Artifact uses: actions/download-artifact@v4 with: