Skip to content

Commit

Permalink
fix: pin uv version to 0.2.18 (deepmodeling#3946)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the URL for downloading the `uv` installer script in the build
workflow configuration.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

(cherry picked from commit ec1cf86)
  • Loading branch information
anyangml authored and njzjz committed Nov 15, 2024
1 parent 7ceb809 commit e9a45c2
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 @@ -66,7 +66,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 --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.2.18/uv-installer.sh | sh
if: runner.os != 'Linux'
- uses: docker/setup-qemu-action@v3
name: Setup QEMU
Expand Down

0 comments on commit e9a45c2

Please sign in to comment.