Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Mar 11, 2022
1 parent d7ec842 commit d7c0547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:

- name: Build
run: |
pip install -U pip wheel coverage coveralls
pip install -U pip
pip install -U wheel coverage coveralls
pip install .
python -c "import nltk; nltk.download('punkt')"
python --version
Expand Down

0 comments on commit d7c0547

Please sign in to comment.