We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb39d8b commit 33cc8d7Copy full SHA for 33cc8d7
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
python -m pip install --upgrade pip
40
pip install -r tests/requirements.txt
41
- python -m nltk.downloader popular punkt_tab
+ python -m nltk.downloader popular punkt_tab averaged_perceptron_tagger_eng
42
43
- name: Run Unit Tests
44
@@ -91,7 +91,7 @@ jobs:
91
conda create -n yellowbrick python=${{ matrix.python-version }} pip --yes
92
conda activate yellowbrick
93
94
95
96
97
shell: bash -l {0}
0 commit comments