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 a009308 commit 7e4130c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
- uses: astral-sh/setup-uv@v3 with: enable-cache: true
if: matrix.platform != 'windows-latest'
- run: powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
if: matrix.platform == 'windows-latest'
Expand Down

0 comments on commit 7e4130c

Please sign in to comment.