Skip to content

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ekorman committed Aug 21, 2024
1 parent cce9a5f commit b8e29bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install ".[test,pinecone,scikit-learn,pynndescent]"
- run: pip install ".[test,pinecone]"
- run: pip install scikit-learn pynndescent
- 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 b8e29bd

Please sign in to comment.