Skip to content

Commit

Permalink
[Jenkins] Install Click version >= 7.0 to fix sonic-utilities build (#56
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jleveque authored and lguohan committed Nov 20, 2019
1 parent 467ae4e commit b84f408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/common/sonic-utilities-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cat <<EOF > build_sonic_utilities.sh
#!/bin/bash -xe
ls -lrt
sudo pip install click
sudo apt-get -y purge python-click
sudo pip install "click>=7.0"
sudo pip install click-default-group==1.2
sudo pip install tabulate
sudo pip install natsort
Expand Down

0 comments on commit b84f408

Please sign in to comment.