Skip to content

Commit

Permalink
fix: pytest execution location
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Apr 29, 2024
1 parent 7cc262a commit bd9781d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bd9781d

Please sign in to comment.