From d75f49c0f04280f5725f635a4b041f409a25fa7d Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 23 Nov 2022 10:16:18 +1100 Subject: [PATCH] tools/ci.sh: Don't print python2 version. Because python2 may not be available. Signed-off-by: Damien George --- tools/ci.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci.sh b/tools/ci.sh index 2005034c4a..0522702049 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -512,7 +512,6 @@ function ci_unix_32bit_setup { sudo pip3 install setuptools sudo pip3 install pyelftools gcc --version - python2 --version python3 --version }