Update before_install.sh

This commit is contained in:
dahn 2021-02-25 15:47:04 +00:00 committed by Daan Hoogland
parent 6216a3ca05
commit e561b19ac9
1 changed files with 1 additions and 2 deletions

View File

@ -114,7 +114,6 @@ echo -e "\nInstalling some python packages: "
for ((i=0;i<$RETRY_COUNT;i++))
do
python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid > /tmp/piplog
python2 -m pip install --user --upgrade pylint pycodestyle >> /tmp/piplog
if [[ $? -eq 0 ]]; then
echo -e "\npython packages installed successfully"
break;
@ -124,4 +123,4 @@ do
done
echo -e "\nVersion of pip packages:\n"
echo $(pip freeze)
echo $(pip freeze)