chore: merge lint dependency group into dev group of python packages (#18088)

This commit is contained in:
Bowen Liang 2025-04-15 20:50:06 +08:00 committed by GitHub
commit 9d7357058a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 37 additions and 61 deletions

View file

@ -42,7 +42,7 @@ jobs:
run: uv lock --project api --check
- name: Install dependencies
run: uv sync --project api --group dev
run: uv sync --project api --dev
- name: Run Unit tests
run: uv run --project api bash dev/pytest/pytest_unit_tests.sh