Skip to content

Commit f7a3172

Browse files
Merge pull request #29 from PelionIoT/use-install
Use install.sh from pelion-system-test-folder
2 parents 512eec0 + fa7812e commit f7a3172

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ jobs:
9494
python3 -m venv venv
9595
fi
9696
source venv/bin/activate
97-
pip install --upgrade pip
98-
pip install -U -r requirements.txt
99-
pip install packages/*.whl
100-
pip install -e systemtest-library
97+
./install.sh
10198
pytest -v --config_path=prod-edge-core-config.json --html=../${{ env.RESULT_HTML }} \
10299
--self-contained-html -log_cli=true --log-cli-level=DEBUG \
103100
--log-file=../${{ env.RESULT_LOG_FILE }} --log-file-level=DEBUG \

0 commit comments

Comments
 (0)