skip pyinstaller on source only test linux builds

This commit is contained in:
Jay Lee
2020-04-21 11:43:10 -04:00
parent 153aca30dc
commit 251b0a0a93

View File

@@ -104,10 +104,11 @@ else
$pip install staticx
fi
$pip install --upgrade https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
cd $whereibelong
fi
echo "Upgrading pip packages..."
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U
$pip install --upgrade -r src/requirements.txt
$pip install --upgrade https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz