fixing the tests. python dependency order was broken

This commit is contained in:
Salman Paracha 2025-09-05 11:23:49 -07:00
parent 2895a07088
commit ccd2a590bb

View file

@ -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