Skip to content

Commit 2983f85

Browse files
committed
fix: add ci step to install nltk punkt data
1 parent 3fc5c1a commit 2983f85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
pip install pytest
2424
pip install -r requirements.txt
2525
export PYTHONPATH=`pwd`
26+
- name: Install NLTK data
27+
run: |
28+
python -m nltk.downloader punkt
2629
- name: style-check
2730
run: |
2831
black --check assistant_skill_analysis

0 commit comments

Comments
 (0)