mirror of
https://github.com/katanemo/plano.git
synced 2026-07-14 16:22:12 +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
|
archgw build
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
|
poetry install
|
||||||
|
|
||||||
log startup arch gateway with function calling demo
|
log startup arch gateway with function calling demo
|
||||||
cd ../../
|
cd ../../
|
||||||
tail -F ~/archgw_logs/modelserver.log &
|
tail -F ~/archgw_logs/modelserver.log &
|
||||||
|
|
@ -59,7 +61,6 @@ cd -
|
||||||
|
|
||||||
log running e2e tests
|
log running e2e tests
|
||||||
log =================
|
log =================
|
||||||
poetry install
|
|
||||||
poetry run pytest
|
poetry run pytest
|
||||||
|
|
||||||
log shutting down the arch gateway service
|
log shutting down the arch gateway service
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue