From 40e9352d919a395697d0f9ecc85002705e4375b9 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 26 Dec 2025 10:07:15 -0800 Subject: [PATCH] fix demo tests --- .github/workflows/e2e_test_currency_convert.yml | 2 +- .github/workflows/e2e_test_preference_based_routing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_test_currency_convert.yml b/.github/workflows/e2e_test_currency_convert.yml index b3a5c753..60373892 100644 --- a/.github/workflows/e2e_test_currency_convert.yml +++ b/.github/workflows/e2e_test_currency_convert.yml @@ -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 diff --git a/.github/workflows/e2e_test_preference_based_routing.yml b/.github/workflows/e2e_test_preference_based_routing.yml index 4222d313..7e9f381f 100644 --- a/.github/workflows/e2e_test_preference_based_routing.yml +++ b/.github/workflows/e2e_test_preference_based_routing.yml @@ -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