Skip to content
Snippets Groups Projects
Commit 7c83daa2 authored by Reiner Jung's avatar Reiner Jung
Browse files

Try to fix issues with python and pip.

parent 030c2f11
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ function getAgent() { ...@@ -24,6 +24,7 @@ function getAgent() {
cd "${KIEKER_4_PYTHON_DIR}" cd "${KIEKER_4_PYTHON_DIR}"
"${GIT}" checkout "${KIEKER_4_PYTHON_BRANCH}" "${GIT}" checkout "${KIEKER_4_PYTHON_BRANCH}"
"${PYTHON}" -m pip install --upgrade build
"${PYTHON}" -m build "${PYTHON}" -m build
"${PIP}" install dist/kieker-monitoring-for-python-0.0.1.tar.gz "${PIP}" install dist/kieker-monitoring-for-python-0.0.1.tar.gz
cd "${BASE_DIR}" cd "${BASE_DIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment