From fa7812edf08f9d182b73a70bed76011bb377f874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Mon, 24 Jun 2024 22:57:32 +0300 Subject: [PATCH] Use install.sh from pelion-system-test-folder This avoids the issue with the raas-client wheel installation. --- .github/workflows/make.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index d28390e..194cae0 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -94,10 +94,7 @@ jobs: python3 -m venv venv fi source venv/bin/activate - pip install --upgrade pip - pip install -U -r requirements.txt - pip install packages/*.whl - pip install -e systemtest-library + ./install.sh pytest -v --config_path=prod-edge-core-config.json --html=../${{ env.RESULT_HTML }} \ --self-contained-html -log_cli=true --log-cli-level=DEBUG \ --log-file=../${{ env.RESULT_LOG_FILE }} --log-file-level=DEBUG \