working Java demo

This commit is contained in:
Salman Paracha 2025-02-07 14:05:02 -08:00
parent 005ae95383
commit bb89dfbe05

View file

@ -37,7 +37,7 @@ jobs:
source venv/bin/activate
cd model_server/ && echo "installing model server" && poetry install
cd ../arch/tools && echo "installing archgw cli" && poetry install
cd ../../demos/test_runner && echo "installing test dependencies" && poetry install
cd ../../demos/shared/test_runner && echo "installing test dependencies" && poetry install
- name: run demo tests
env: