diff options
author | Damien George <damien@micropython.org> | 2022-11-23 10:16:18 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-11-23 10:32:55 +1100 |
commit | d75f49c0f04280f5725f635a4b041f409a25fa7d (patch) | |
tree | b5bae2151530c8616739966c61a250c2f064bd43 | |
parent | 8b5642914a3515a5a8ac62f9e543e9badee8e8a6 (diff) | |
download | micropython-d75f49c0f04280f5725f635a4b041f409a25fa7d.tar.gz micropython-d75f49c0f04280f5725f635a4b041f409a25fa7d.zip |
tools/ci.sh: Don't print python2 version.
Because python2 may not be available.
Signed-off-by: Damien George <damien@micropython.org>
-rwxr-xr-x | tools/ci.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |