Skip to content

Commit f9a46cc

Browse files
upgrade protobuf to fix CI (#2453)
1 parent 8dd6f81 commit f9a46cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

environment_setup/setup_software.sh

+7
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ if ! sudo /opt/tbotspython/bin/pip3 install pyqt5 ; then
121121
exit 1
122122
fi
123123

124+
if ! sudo /opt/tbotspython/bin/pip3 install --upgrade protobuf ; then
125+
echo "##############################################################"
126+
echo "Error: Installing protobuf failed"
127+
echo "##############################################################"
128+
exit 1
129+
fi
130+
124131
echo "================================================================"
125132
echo "Done Upgrading Pip Version"
126133
echo "================================================================"

0 commit comments

Comments
 (0)