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 2983f85 commit 8118f25Copy full SHA for 8118f25
.github/workflows/ci.yaml
@@ -23,9 +23,9 @@ jobs:
23
pip install pytest
24
pip install -r requirements.txt
25
export PYTHONPATH=`pwd`
26
- - name: Install NLTK data
+ - name: Download NLTK data
27
run: |
28
- python -m nltk.downloader punkt
+ python -c "import nltk; nltk.download('punkt')
29
- name: style-check
30
31
black --check assistant_skill_analysis
0 commit comments