CI: Don't install python for OSX

This commit is contained in:
Colin Edwards
2018-01-30 22:42:07 -06:00
parent 285d9bd6f1
commit 3040ff6347
2 changed files with 2 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ sudo installer -pkg ./Packages.pkg -target /
brew update
#Base OBS Deps and ccache
brew install qt5 jack speexdsp ccache python3 swig
brew install qt5 jack speexdsp ccache swig
export PATH=/usr/local/opt/ccache/libexec:$PATH
ccache -s || echo "CCache is not available."