You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by we...@apache.org on 2021/10/23 13:13:17 UTC

[incubator-marvin] 02/04: Fix .travis.yml

This is an automated email from the ASF dual-hosted git repository.

weichen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git

commit 212a84b3770cfe3927e8808d8dac7f0de5c0be92
Author: cardosolucas <ca...@gmail.com>
AuthorDate: Thu Oct 21 20:20:58 2021 -0300

    Fix .travis.yml
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 958de0b..9ead5a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,6 +58,7 @@ matrix:
         - travis_retry pip install unidecode
         - travis_retry pip install tox
         - make install
+        - travis_retry pip install 'h5py==2.10.0' --force-reinstall
       script:
         - tox
         - codecov
@@ -78,8 +79,8 @@ matrix:
         - export MARVIN_DATA_PATH=./marvin_data
         - export SPARK_HOME=../spark-2.1.1-bin-hadoop2.6
         - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libsasl2-dev python-pip graphviz -y    ; fi
-        - travis_retry sudo pip install --upgrade pip
-        - travis_retry sudo pip install virtualenvwrapper --ignore-installed six
+        - travis_retry pip install --upgrade pip
+        - travis_retry pip install virtualenvwrapper --ignore-installed six
         - source virtualenvwrapper.sh
       install:
         - travis_retry pip install codecov