File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6262 COVERALLS_SERVICE_NAME : github
6363 run : |
64- python -m nltk.downloader omw-1.4
64+ python -c "import nltk; nltk.download(' omw-1.4')"
6565 coveralls
6666# coverage run -m unittest discover
Original file line number Diff line number Diff line change 6868 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6969 COVERALLS_SERVICE_NAME : github
7070 run : |
71- python -m nltk.downloader omw-1.4
71+ python -c "import nltk; nltk.download(' omw-1.4')"
7272 coveralls
7373# coverage run -m unittest discover
Original file line number Diff line number Diff line change 5151 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5252 COVERALLS_SERVICE_NAME : github
5353 run : |
54- python -m nltk.downloader omw-1.4
54+ python -c "import nltk; nltk.download(' omw-1.4')"
5555 coveralls
5656# coverage run -m unittest discover
You can’t perform that action at this time.
0 commit comments