uv sync --all-groups

This commit is contained in:
Bowen Liang 2025-03-20 15:06:44 +08:00
parent 67155128c6
commit 3d62b57858

View File

@ -48,7 +48,7 @@ jobs:
uv lock --check
- name: Install dependencies
run: uv sync
run: uv sync --all-groups
# - name: Check dependencies in pyproject.toml
# run: poetry run -P api bash dev/pytest/pytest_artifacts.sh