We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 512eec0 + fa7812e commit f7a3172Copy full SHA for f7a3172
.github/workflows/make.yml
@@ -94,10 +94,7 @@ jobs:
94
python3 -m venv venv
95
fi
96
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
+ ./install.sh
101
pytest -v --config_path=prod-edge-core-config.json --html=../${{ env.RESULT_HTML }} \
102
--self-contained-html -log_cli=true --log-cli-level=DEBUG \
103
--log-file=../${{ env.RESULT_LOG_FILE }} --log-file-level=DEBUG \
0 commit comments