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 62efbea commit 7af11cf
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:
- name: Build
run: |
pip install -U wheel coverage coveralls
pip install .
pip install . fasttext==0.9.2
python --version
make data coverage
env:
Expand Down

0 comments on commit 7af11cf

Please sign in to comment.