Skip to content

Commit

Permalink
fix: add cohere key to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Nov 16, 2024
1 parent 21b233b commit 14f9b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
env:
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
run: |
make test
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 14f9b57

Please sign in to comment.