[go: nahoru, domu]

Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Jun 18, 2024
1 parent c7200fe commit cd1e44b
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 @@ -54,7 +54,7 @@ jobs:
- name: Build
run: |
pip install -U wheel
pip install .[all,dev] fasttext==0.9.2
pip install .[all,dev] fasttext==0.9.2 "numpy < 2.0.0"
python -c "import nltk; nltk.download('punkt')"
python --version
make data coverage
Expand Down

0 comments on commit cd1e44b

Please sign in to comment.