Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Update Makefile to avoid nltk docs error #5183

Merged
merged 1 commit into from
May 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ install :
pip install --upgrade --upgrade-strategy eager -e . -r dev-requirements.txt
# Docs are not built on docker, and the runner is unable to find
# the nltk_data folder. Hence, we download the requirement.
python -c 'import nltk; nltk.download("sentiwordnet")'
python -c 'import nltk; nltk.download("wordnet")'
#
# Documention helpers.
#
Expand Down