Skip to content

Commit

Permalink
Merge pull request #408 from aurelio-labs/james/nltk-fix
Browse files Browse the repository at this point in the history
fix: nltk
  • Loading branch information
jamescalam committed Sep 2, 2024
2 parents 04021ac + a1ddd1b commit b17ea3d
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 b17ea3d

Please sign in to comment.