Skip to content

Commit

Permalink
Fix travis error caused by Numpy reinstallation
Browse files Browse the repository at this point in the history
.

.

.

.
  • Loading branch information
ita9naiwa committed Jun 8, 2019
1 parent 6b16c50 commit d4173aa
Show file tree
Hide file tree
Showing 6 changed files with 13,338 additions and 14,188 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ before_install:
PY=python3
fi
fi
install:
- travis_wait travis_retry $PIP install -r requirements.txt --ignore-installed flake8 isort cpplint annoy
- travis_wait travis_retry $PIP uninstall numpy -y
- travis_wait travis_retry $PIP install -r requirements.txt --ignore-installed flake8 isort cpplint annoy
- travis_retry $PIP install -e .

script:
Expand Down
Loading

0 comments on commit d4173aa

Please sign in to comment.