diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 823ca61..3562d14 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,5 +27,5 @@ jobs: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} COHERE_API_KEY : ${{ secrets.COHERE_API_KEY }} run: | - pytest + pytest tests/test_pineconeindex_cohere.py tests/test_pineconeindex_google.py tests/test_pineconeindex_openai.py \ No newline at end of file