fix demo tests

This commit is contained in:
Adil Hafeez 2025-12-26 10:07:15 -08:00
parent 5d99c8f3c3
commit 40e9352d91
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ jobs:
- name: install arch gateway and test dependencies
run: |
source venv/bin/activate
cd cli && echo "installing plano cli" && uv sync
cd cli && echo "installing plano cli" && uv sync && uv tool install .
cd ../demos/shared/test_runner && echo "installing test dependencies" && uv sync
- name: run demo tests

View file

@ -41,7 +41,7 @@ jobs:
- name: install arch gateway and test dependencies
run: |
source venv/bin/activate
cd cli && echo "installing plano cli" && uv sync
cd cli && echo "installing plano cli" && uv sync && uv tool install .
cd ../demos/shared/test_runner && echo "installing test dependencies" && uv sync
- name: run demo tests