This commit is contained in:
Bowen Liang 2025-03-21 00:32:59 +08:00
parent 52ca148985
commit e9865006f1

View File

@ -45,7 +45,7 @@ jobs:
run: uv lock --project api --check
- name: Install dependencies
run: uv sync --project api
run: uv sync --project api --group dev
- name: Set up dotenvs
run: |