Skip to content

Commit

Permalink
Fix for gilda/nltk/punkt. Fixes #802
Browse files Browse the repository at this point in the history
cmungall committed Aug 29, 2024
1 parent 385741a commit 8a272d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@ jobs:

- name: Get Gilda resources
run: |
poetry run python -c "import nltk; nltk.download('punkt'); nltk.download('stopwords')"
poetry run python -c "import nltk; nltk.download('punkt_tab'); nltk.download('stopwords')"
poetry run python -m adeft.download
#----------------------------------------------

0 comments on commit 8a272d0

Please sign in to comment.