Skip to content

Commit

Permalink
fix: add ci step to install nltk punkt data
Browse files Browse the repository at this point in the history
  • Loading branch information
rfazeli committed Jan 27, 2025
1 parent 3fc5c1a commit 2983f85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
pip install pytest
pip install -r requirements.txt
export PYTHONPATH=`pwd`
- name: Install NLTK data
run: |
python -m nltk.downloader punkt
- name: style-check
run: |
black --check assistant_skill_analysis
Expand Down

0 comments on commit 2983f85

Please sign in to comment.