removing model_server. buh bye

This commit is contained in:
Salman Paracha 2025-11-22 13:25:11 -08:00
parent 88c2bd1851
commit 84477e0ec0
50 changed files with 17 additions and 9908 deletions

View file

@ -40,10 +40,9 @@ jobs:
curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl_4.0.0_amd64.deb
sudo dpkg -i hurl_4.0.0_amd64.deb
- name: install model server, arch gateway and test dependencies
- name: install arch gateway and test dependencies
run: |
source venv/bin/activate
cd model_server/ && echo "installing model server" && poetry install
cd ../arch/tools && echo "installing archgw cli" && poetry install
cd ../../demos/shared/test_runner && echo "installing test dependencies" && poetry install