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 12, 2022
1 parent bdfc41f commit 79418f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
pip install -U pip
pip install -U wheel coverage coveralls
pip install .
pip install . nltk==3.6.5
python -c "import nltk; nltk.download('punkt')"
python --version
make data coverage
Expand Down

0 comments on commit 79418f8

Please sign in to comment.