run gh and docker images

This commit is contained in:
Adil Hafeez 2025-12-23 17:42:24 -08:00
parent 4589f515cd
commit ade823003c
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
7 changed files with 14 additions and 14 deletions

View file

@ -22,7 +22,7 @@ jobs:
with:
python-version: "3.12"
- name: build arch docker image
- name: build plano docker image
run: |
docker build -f arch/Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.0
@ -43,7 +43,7 @@ jobs:
- name: install arch gateway and test dependencies
run: |
source venv/bin/activate
cd arch/tools && echo "installing archgw cli" && poetry install
cd arch/tools && echo "installing plano cli" && poetry install
cd ../../demos/shared/test_runner && echo "installing test dependencies" && poetry install
- name: run demo tests