Skip to content

Commit

Permalink
tools/ci.sh: Don't print python2 version.
Browse files Browse the repository at this point in the history
Because python2 may not be available.

Signed-off-by: Damien George <[email protected]>
  • Loading branch information
dpgeorge committed Nov 22, 2022
1 parent 8b56429 commit d75f49c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ function ci_unix_32bit_setup {
sudo pip3 install setuptools
sudo pip3 install pyelftools
gcc --version
python2 --version
python3 --version
}

Expand Down

0 comments on commit d75f49c

Please sign in to comment.