Skip to content

Commit

Permalink
log python version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdurif committed Mar 15, 2022
1 parent 50ba2b8 commit e173aa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pybuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ logging "-- Preparing python environment for build..."
${PYTHON} -m venv --clear ${BUILD_VENV}
source ${BUILD_VENV}/bin/activate

logging "---- Python version = $(python -V)"

pip install -U ${BUILD_REQ}

################################################################################
Expand Down
2 changes: 2 additions & 0 deletions pytest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ logging "-- Preparing python environment for test..."
${PYTHON} -m venv --clear ${TEST_VENV}
source ${TEST_VENV}/bin/activate

logging "---- Python version = $(python -V)"

pip install -U ${TEST_REQ}

################################################################################
Expand Down

0 comments on commit e173aa8

Please sign in to comment.