# HG changeset patch # User Pierre-Yves David # Date 1611755840 -3600 # Node ID 6b0dac9f650afb548bb2d2a17d3fb0c49f231e6a # Parent 2aef69e8efbb477959f182e9df19b0e9637f5e6d 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 diff -r 2aef69e8efbb -r 6b0dac9f650a 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"