fix: poetry installation in CI jobs (#9336)

This commit is contained in:
Bowen Liang
2024-10-14 22:22:03 +08:00
committed by GitHub
parent fa47f0c707
commit a8134a49c4
3 changed files with 7 additions and 7 deletions

View File

@@ -85,3 +85,4 @@
cd ../
poetry run -C api bash dev/pytest/pytest_all_tests.sh
```