Skip to content

Commit

Permalink
Use setup-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
josh authored Sep 5, 2024
1 parent c03cb1c commit 8ffddd5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
with:
python-version-file: "pyproject.toml"

- name: Install uv
run: pipx install uv
- uses: astral-sh/setup-uv@v1

- name: Install ruff
run: |
Expand All @@ -41,8 +40,7 @@ jobs:
with:
python-version-file: "pyproject.toml"

- name: Install uv
run: pipx install uv
- uses: astral-sh/setup-uv@v1

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8ffddd5

Please sign in to comment.