From 00166cb0f589b9c0b5b0641cf47f15eca48502b6 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Thu, 20 Feb 2020 17:16:47 +0100 Subject: [PATCH] travis: fix eigenpy with Python 2 --- travis_custom/custom_before_install_osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis_custom/custom_before_install_osx.sh b/travis_custom/custom_before_install_osx.sh index 0ee7c787..1b33ed2e 100755 --- a/travis_custom/custom_before_install_osx.sh +++ b/travis_custom/custom_before_install_osx.sh @@ -9,5 +9,5 @@ brew install boost assimp eigen octomap brew uninstall numpy pip uninstall numpy -y -brew install eigenpy +brew install eigenpy@2 brew link --overwrite numpy@1.16 -- GitLab