Skip to content

Commit

Permalink
upgrade protobuf to fix CI (#2453)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilveeraghanta authored Feb 2, 2022
1 parent 8dd6f81 commit f9a46cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions environment_setup/setup_software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ if ! sudo /opt/tbotspython/bin/pip3 install pyqt5 ; then
exit 1
fi

if ! sudo /opt/tbotspython/bin/pip3 install --upgrade protobuf ; then
echo "##############################################################"
echo "Error: Installing protobuf failed"
echo "##############################################################"
exit 1
fi

echo "================================================================"
echo "Done Upgrading Pip Version"
echo "================================================================"
Expand Down

0 comments on commit f9a46cc

Please sign in to comment.