Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
add missing command to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-sottana-MoJ committed Jun 8, 2020
1 parent b09754b commit 9af8c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 -m pip install pytest-cov coveralls
echo -e "import nltk\nnltk.download('punkt')" | python3 # it needs punkt in order to work properly (dataset by default not downloaded at main nltk installation)
- name: Run tests with pytest
env:
Expand Down

0 comments on commit 9af8c85

Please sign in to comment.