Skip to content

Commit 7a68018

Browse files
fix: uv run ruff to uvx ruff in the lint job
1 parent 6e04da8 commit 7a68018

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/validate-pr.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ jobs:
1818
with:
1919
enable-cache: true
2020

21-
- run: uv sync --frozen
22-
2321
- name: Ruff lint
24-
run: uv run ruff check .
22+
run: uvx ruff check .
2523

2624
- name: Ruff format check
27-
run: uv run ruff format --check .
25+
run: uvx ruff format --check .
2826

2927
notebooks:
3028
name: Validate notebook structure

0 commit comments

Comments
 (0)