heptapod-ci: display python version
authorAxel Prel <axel.prel@xcg-consulting.fr>
Fri, 07 Apr 2023 14:23:12 +0200
changeset 50429 608a69d5d38f
parent 50428 6b916efe6af6
child 50432 584ff1f97201
heptapod-ci: display python version it will be useful to debug in the CI
contrib/heptapod-ci.yml
--- 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