Skip to content

Commit

Permalink
fix(ci): pin uv to 0.2.10 (deepmodeling#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 <[email protected]>
  • Loading branch information
njzjz authored and Mathieu Taillefumier committed Sep 18, 2024
1 parent 4078455 commit d613d44
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 d613d44

Please sign in to comment.