Skip to content

Commit

Permalink
do not install annoy prior to running tests
Browse files Browse the repository at this point in the history
work around for #9
  • Loading branch information
mpenkov committed Nov 13, 2020
1 parent 3d1d9bd commit 55fe4d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ function run_tests {
pip install "tensorflow<=1.3.0" "keras>=2.0.4" # additional deps, available only for x64
fi

if [[ "$IS_OSX" -eq 0 ]]; then
pip install annoy
fi

python -c \
"""
from gensim.models.word2vec import FAST_VERSION as FV_W2V
Expand Down

0 comments on commit 55fe4d3

Please sign in to comment.