Skip to content

Commit 649e59f

Browse files
committed
Don't forget NTLK
1 parent 44012d7 commit 649e59f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/analyze.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
- name: Install Python Dependencies
4848
run: pip install -r requirements.txt
4949

50+
- name: Download NLTK Corpora
51+
run: |
52+
python -m nltk.downloader stopwords
53+
5054
- name: Analyze!
5155
run: |
5256
# FIXME: set up readability running in a background process.

0 commit comments

Comments
 (0)