From 76bdd0791600cca451b465fd96cea9132cdff7e5 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 24 Oct 2018 14:30:54 +0100 Subject: [PATCH 1/3] Try to brew reinstall numpy on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 20283d195c29..2a3009dcb818 100644 --- a/.travis.yml +++ b/.travis.yml @@ -105,6 +105,7 @@ before_install: | ci/silence brew update brew upgrade python brew install ffmpeg imagemagick mplayer ccache + brew reinstall numpy hash -r which python python --version From c42384f01e9408ef4bbcdfe15ad0016ff2546388 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 24 Oct 2018 14:44:15 +0100 Subject: [PATCH 2/3] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a3009dcb818..ff2fc6c54d66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,9 +103,9 @@ before_install: | export PATH=/usr/lib/ccache:$PATH else ci/silence brew update + brew uninstall numpy brew upgrade python brew install ffmpeg imagemagick mplayer ccache - brew reinstall numpy hash -r which python python --version From e58b4730581cb5c1b8ab0ccb17e6a4ab6a1a6fd7 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 24 Oct 2018 14:50:47 +0100 Subject: [PATCH 3/3] Uninstall postgis and gdal too... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff2fc6c54d66..393dd7826d79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,7 +103,7 @@ before_install: | export PATH=/usr/lib/ccache:$PATH else ci/silence brew update - brew uninstall numpy + brew uninstall numpy gdal postgis brew upgrade python brew install ffmpeg imagemagick mplayer ccache hash -r