mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixing the tests. python dependency order was broken
This commit is contained in:
parent
2895a07088
commit
ccd2a590bb
1 changed files with 2 additions and 1 deletions
|
|
@ -48,6 +48,8 @@ cd ../../
|
|||
archgw build
|
||||
cd -
|
||||
|
||||
poetry install
|
||||
|
||||
log startup arch gateway with function calling demo
|
||||
cd ../../
|
||||
tail -F ~/archgw_logs/modelserver.log &
|
||||
|
|
@ -59,7 +61,6 @@ cd -
|
|||
|
||||
log running e2e tests
|
||||
log =================
|
||||
poetry install
|
||||
poetry run pytest
|
||||
|
||||
log shutting down the arch gateway service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue