try to get clean runs

This commit is contained in:
Erik Gomez
2020-12-15 11:47:24 -06:00
parent d351788697
commit d00f59f73a
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -91,6 +91,9 @@ if [ -d "${PIPCACHEDIR}" ]; then
/usr/bin/sudo /bin/rm -rf "${PIPCACHEDIR}"
fi
# kill homebrew packages
/usr/local/bin/brew remove --force $(/usr/local/bin/brew list)
# Download specific version of relocatable-python
echo "Downloading relocatable-python tool from github..."
if [ -f "${RP_ZIP}" ]; then