Skip to content

Commit 415a869

Browse files
committed
fix: more nltk data installs
1 parent 4ae9e72 commit 415a869

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
export PYTHONPATH=`pwd`
2626
- name: Download NLTK data
2727
run: |
28-
python -c "import nltk; nltk.download('punkt')"
28+
python -m nltk.downloader punkt
29+
python -m nltk.downloader punkt_tab
2930
- name: style-check
3031
run: |
3132
black --check assistant_skill_analysis

0 commit comments

Comments
 (0)