Skip to content

Commit

Permalink
fix: download nltk data another way
Browse files Browse the repository at this point in the history
  • Loading branch information
rfazeli committed Jan 27, 2025
1 parent 2983f85 commit 8118f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
pip install pytest
pip install -r requirements.txt
export PYTHONPATH=`pwd`
- name: Install NLTK data
- name: Download NLTK data
run: |
python -m nltk.downloader punkt
python -c "import nltk; nltk.download('punkt')
- name: style-check
run: |
black --check assistant_skill_analysis
Expand Down

0 comments on commit 8118f25

Please sign in to comment.