Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Dec 28, 2024
1 parent a68d36c commit 2ddcd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: |
pip install -U pip
pip install -U wheel coverage coveralls
pip install . nltk==3.6.5
python -c "import nltk; nltk.download('punkt')"
pip install .
python -c "import nltk; nltk.download(['punkt', 'punkt_tab', 'averaged_perceptron_tagger_eng'])"
python --version
make data coverage
env:
Expand Down

0 comments on commit 2ddcd61

Please sign in to comment.