Skip to content

Commit

Permalink
fix: nltk
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam authored Sep 2, 2024
1 parent 04021ac commit a1ddd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pip install nltk
- name: Download nltk data
run: |
python -m nltk.downloader punkt stopwords wordnet
python -m nltk.downloader punkt stopwords wordnet punkt_tab
- name: Pytest All
env:
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
Expand Down

0 comments on commit a1ddd1b

Please sign in to comment.