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

add pinecone api key to test.yml

parent 0713c2eb
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ jobs:
run: |
python -m nltk.downloader punkt stopwords wordnet
- name: Pytest
env:
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
run: |
make test
- name: Upload coverage to Codecov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment