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 2df7541 commit 62efbea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:

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

0 comments on commit 62efbea

Please sign in to comment.