From 9fddd6fefbfa14962047fc9b82a92167479f285c Mon Sep 17 00:00:00 2001 From: Huanyu He Date: Wed, 3 Jul 2024 13:48:42 -0700 Subject: [PATCH] fix cibuildwheel issue "Could not resolve host: mirrorlist.centos.org; Unknown error" Differential Revision: D59347488 --- .github/workflows/build_dynamic_embedding_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_dynamic_embedding_wheels.yml b/.github/workflows/build_dynamic_embedding_wheels.yml index 8dd7231b0..be0b13672 100644 --- a/.github/workflows/build_dynamic_embedding_wheels.yml +++ b/.github/workflows/build_dynamic_embedding_wheels.yml @@ -41,7 +41,7 @@ jobs: with: submodules: recursive - - uses: pypa/cibuildwheel@v2.8.0 + - uses: pypa/cibuildwheel@v2.18.0 with: package-dir: contrib/dynamic_embedding env: