Skip to content

Commit

Permalink
delete python3 chardetect from check avalilable clis
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Oct 8, 2024
1 parent 2bf11fe commit 3cc066d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/scripts/check-available-clis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ruby -e 'puts "Ruby is installed"'
printf "\n====================================================\n=> Check if python is available...\n====================================================\n"
python3 --version
printf "\n====================================================\n=> Check if expected system tools are available...\n====================================================\n"
chardetect --version
tabulate --help > /dev/null
printf "\n====================================================\n=> Check if expected clis are available...\n====================================================\n"
printf '\n=> Check ARGO-CLI\n' ; argo version
Expand Down

0 comments on commit 3cc066d

Please sign in to comment.