diff contrib/heptapod-ci.yml @ 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 1bd33932713d
children 429880fd984c
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