We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8118f25 commit ba6af99Copy full SHA for ba6af99
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
export PYTHONPATH=`pwd`
26
- name: Download NLTK data
27
run: |
28
- python -c "import nltk; nltk.download('punkt')
+ python -c "import nltk; nltk.download('punkt')"
29
- name: style-check
30
31
black --check assistant_skill_analysis
0 commit comments