build: support Poetry for depencencies tool in api's Dockerfile (#5105)

Co-authored-by: takatost <takatost@gmail.com>
This commit is contained in:
Bowen Liang 2024-06-22 01:34:08 +08:00 committed by GitHub
commit 27f0ae8416
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 128 additions and 30 deletions

View file

@ -108,7 +108,7 @@ jobs:
- name: Poetry check
run: |
poetry check -C api
poetry check -C api --lock
poetry show -C api
- name: Install dependencies