Skip to content

Commit

Permalink
fix(ci): pin uv to 0.2.10 (#3870)
Browse files Browse the repository at this point in the history
xref:
pypa/cibuildwheel#1877 (comment)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Chores**
- Updated installation script URL in build workflow to ensure
compatibility with version 0.2.10.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz authored Jun 13, 2024
1 parent 73dab63 commit 6d378f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d378f4

Please sign in to comment.