Skip to content

Commit

Permalink
add annoy dep in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ekorman committed Aug 26, 2024
1 parent 99fb2d4 commit 49f07b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: "3.10"
- run: pip install ".[test,pinecone]"
- run: pip install scikit-learn pynndescent
- run: pip install scikit-learn pynndescent annoy
- run: coverage run --source=affine -m pytest -v --durations 0 tests/unit-tests
- run: coverage report
- name: upload coverage report as artifact
Expand Down

0 comments on commit 49f07b5

Please sign in to comment.