From 6d378f45928a74d920981d0de56f45e14a694d8e Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 13 Jun 2024 00:31:04 -0400 Subject: [PATCH] fix(ci): pin uv to 0.2.10 (#3870) xref: https://github.com/pypa/cibuildwheel/issues/1877#issuecomment-2163744243 ## Summary by CodeRabbit - **Chores** - Updated installation script URL in build workflow to ensure compatibility with version 0.2.10. --------- Signed-off-by: Jinzhe Zeng --- .github/workflows/build_wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 7fada27493..89d71962bc 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -75,7 +75,7 @@ jobs: # https://github.com/pypa/setuptools_scm/issues/480 fetch-depth: 0 - name: Install uv - run: curl -LsSf https://astral.sh/uv/install.sh | sh + run: curl -LsSf https://astral.sh/uv/0.2.10/install.sh | sh if: runner.os != 'Linux' - uses: docker/setup-qemu-action@v3 name: Setup QEMU