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

fix: nltk

parent 04021ace
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ jobs: ...@@ -44,7 +44,7 @@ jobs:
pip install nltk pip install nltk
- name: Download nltk data - name: Download nltk data
run: | run: |
python -m nltk.downloader punkt stopwords wordnet python -m nltk.downloader punkt stopwords wordnet punkt_tab
- name: Pytest All - name: Pytest All
env: env:
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }} PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
......
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