chore: development script for syncing Poetry lockfile (#5170)

This commit is contained in:
Bowen Liang 2024-06-14 20:54:07 +08:00 committed by GitHub
commit e7752e8135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 32 additions and 1 deletions

View file

@ -107,7 +107,9 @@ jobs:
api/poetry.lock
- name: Poetry check
run: poetry check -C api
run: |
poetry check -C api
poetry show -C api
- name: Install dependencies
run: poetry install -C api --with dev