Skip to content

Commit

Permalink
Revert "fix(ci): pin uv to 0.2.10" (deepmodeling#3874)
Browse files Browse the repository at this point in the history
Reverts deepmodeling#3870

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

## Summary by CodeRabbit

- **Chores**
- Updated build workflow to remove the specific version number from the
`curl` command in the "Install uv" job.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
njzjz authored Jun 13, 2024
1 parent 5342a05 commit ed5a2e4
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/0.2.10/install.sh | sh
run: curl -LsSf https://astral.sh/uv/install.sh | sh
if: runner.os != 'Linux'
- uses: docker/setup-qemu-action@v3
name: Setup QEMU
Expand Down

0 comments on commit ed5a2e4

Please sign in to comment.