From 49f07b51149dfaf139eb89462d763f529a2e25bc Mon Sep 17 00:00:00 2001 From: "Eric O. Korman" Date: Mon, 26 Aug 2024 11:22:04 -0500 Subject: [PATCH] add annoy dep in ci --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b5f6a35..cbd11d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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