Skip to content

Commit

Permalink
Use astral GitHub Action rule to install uv.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpranke committed Nov 11, 2024
1 parent a0963ac commit 8dbdc58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
run: |
pipx install uv
uses: astral-sh/setup-uv@v3
with:
version: 0.5.1
- name: Run tests
run: python run tests

0 comments on commit 8dbdc58

Please sign in to comment.