Skip to content

Commit ba6af99

Browse files
committed
fix: small bug
1 parent 8118f25 commit ba6af99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
export PYTHONPATH=`pwd`
2626
- name: Download NLTK data
2727
run: |
28-
python -c "import nltk; nltk.download('punkt')
28+
python -c "import nltk; nltk.download('punkt')"
2929
- name: style-check
3030
run: |
3131
black --check assistant_skill_analysis

0 commit comments

Comments
 (0)