Skip to content

Commit

Permalink
TCI numpy installation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tych0n committed Mar 28, 2019
1 parent 68f1a4d commit 3efb9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ before_install:
fi
install:
- $PIP uninstall -y numpy
- travis_wait travis_retry $PIP install -r requirements.txt --ignore-installed flake8 isort cpplint annoy
- travis_retry $PIP install -e .

Expand Down

0 comments on commit 3efb9aa

Please sign in to comment.