Skip to content
Snippets Groups Projects
Commit 14f9b574 authored by James Briggs's avatar James Briggs
Browse files

fix: add cohere key to tests

parent 21b233b4
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ jobs: ...@@ -48,6 +48,7 @@ jobs:
env: env:
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }} PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
COHERE_API_KEY: ${{ secrets.COHERE_API_KEY }}
run: | run: |
make test make test
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment