Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e173aa8b authored by GD's avatar GD
Browse files

log python version

parent 50ba2b86
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,8 @@ logging "-- Preparing python environment for build..." ...@@ -78,6 +78,8 @@ logging "-- Preparing python environment for build..."
${PYTHON} -m venv --clear ${BUILD_VENV} ${PYTHON} -m venv --clear ${BUILD_VENV}
source ${BUILD_VENV}/bin/activate source ${BUILD_VENV}/bin/activate
logging "---- Python version = $(python -V)"
pip install -U ${BUILD_REQ} pip install -U ${BUILD_REQ}
################################################################################ ################################################################################
......
...@@ -78,6 +78,8 @@ logging "-- Preparing python environment for test..." ...@@ -78,6 +78,8 @@ logging "-- Preparing python environment for test..."
${PYTHON} -m venv --clear ${TEST_VENV} ${PYTHON} -m venv --clear ${TEST_VENV}
source ${TEST_VENV}/bin/activate source ${TEST_VENV}/bin/activate
logging "---- Python version = $(python -V)"
pip install -U ${TEST_REQ} pip install -U ${TEST_REQ}
################################################################################ ################################################################################
......
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