use uv tool run for ruff
This commit is contained in:
parent
7a50cb34d8
commit
ed60573787
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-pr.yml
vendored
2
.github/workflows/build-pr.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: uv sync
|
||||
|
||||
- name: Run Python linting
|
||||
run: uv run ruff check app/
|
||||
run: uv tool run ruff check app/
|
||||
|
||||
- name: Run Python tests
|
||||
run: uv run pytest app/tests/ -v --tb=short
|
||||
|
|
|
|||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
run: uv sync
|
||||
|
||||
- name: Run Python linting
|
||||
run: uv run ruff check app/
|
||||
run: uv tool run ruff check app/
|
||||
|
||||
- name: Run Python tests
|
||||
run: uv run pytest app/tests/ -v --tb=short
|
||||
|
|
|
|||
Loading…
Reference in a new issue