heptapod-ci: indicate which version of black is used for the run
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 27 Jan 2021 14:57:20 +0100
changeset 46402 6b0dac9f650a
parent 46401 2aef69e8efbb
child 46403 959d581bb625
heptapod-ci: indicate which version of black is used for the run This will help understand possible mismatch Differential Revision: https://phab.mercurial-scm.org/D9887
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Wed Jan 27 15:53:32 2021 +0100
+++ b/contrib/heptapod-ci.yml	Wed Jan 27 14:57:20 2021 +0100
@@ -20,6 +20,7 @@
       - cargo build
       - cd /tmp/mercurial-ci/
       - ls -1 tests/test-check-*.* > /tmp/check-tests.txt
+      - black --version
     script:
         - echo "python used, $PYTHON"
         - echo "$RUNTEST_ARGS"