diff --git a/.github/workflows/e2e_test_currency_convert.yml b/.github/workflows/e2e_test_currency_convert.yml index 85062d35..93377f3c 100644 --- a/.github/workflows/e2e_test_currency_convert.yml +++ b/.github/workflows/e2e_test_currency_convert.yml @@ -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 archgw cli" && poetry install cd ../../demos/shared/test_runner && echo "installing test dependencies" && poetry install - 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 e996a05c..6c3652f7 100644 --- a/.github/workflows/e2e_test_preference_based_routing.yml +++ b/.github/workflows/e2e_test_preference_based_routing.yml @@ -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 archgw cli" && poetry install cd ../../demos/shared/test_runner && echo "installing test dependencies" && poetry install - name: run demo tests