Skip to content

Commit 1665ea4

Browse files
committed
♻️ Use uv sync
1 parent 880c787 commit 1665ea4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check_py.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
python-version: "3.9"
2626

2727
- run: |
28-
uv venv
29-
uv pip install ruff
28+
uv sync --extra dev
3029
3130
- run: |
3231
uv run ruff check

0 commit comments

Comments
 (0)