Skip to content

Commit

Permalink
Fixup uv tool installation
Browse files Browse the repository at this point in the history
  • Loading branch information
theirix committed Dec 9, 2024
1 parent 3290039 commit 081d3cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: uv run pylint apispec_flask_restful tests

- name: Install tools
run: uv tool install black isort
run: |
uv tool install black
uv tool install isort
- name: Run black
run: uv tool run black --check .
Expand Down

0 comments on commit 081d3cd

Please sign in to comment.