Skip to content

Commit 081d3cd

Browse files
committed
Fixup uv tool installation
1 parent 3290039 commit 081d3cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
run: uv run pylint apispec_flask_restful tests
3535

3636
- name: Install tools
37-
run: uv tool install black isort
37+
run: |
38+
uv tool install black
39+
uv tool install isort
3840
3941
- name: Run black
4042
run: uv tool run black --check .

0 commit comments

Comments
 (0)