Mercurial > hg
changeset 50450:608a69d5d38f
heptapod-ci: display python version
it will be useful to debug in the CI
author | Axel Prel <axel.prel@xcg-consulting.fr> |
---|---|
date | Fri, 07 Apr 2023 14:23:12 +0200 |
parents | 6b916efe6af6 |
children | 584ff1f97201 |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml Tue Apr 18 11:55:23 2023 +0200 +++ b/contrib/heptapod-ci.yml Fri Apr 07 14:23:12 2023 +0200 @@ -26,6 +26,7 @@ - clang-format --version script: - echo "python used, $PYTHON" + - $PYTHON --version - echo "$RUNTEST_ARGS" - HGTESTS_ALLOW_NETIO="$TEST_HGTESTS_ALLOW_NETIO" HGMODULEPOLICY="$TEST_HGMODULEPOLICY" "$PYTHON" tests/run-tests.py --color=always $RUNTEST_ARGS