Skip to content

Commit

Permalink
chore(ci): use astral-sh/setup-uv action
Browse files Browse the repository at this point in the history
Generated by the task: njzjz-bot/njzjz-bot#9.
  • Loading branch information
njzjz-bot committed Oct 5, 2024
1 parent ac39c96 commit 32a5142
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: |
**/requirements*.txt
**/pyproject.toml
if: runner.os != 'Linux'
- uses: docker/setup-qemu-action@v3
name: Setup QEMU
Expand Down

0 comments on commit 32a5142

Please sign in to comment.