Skip to content

Commit

Permalink
Pin build script to huggingface-hub==0.25.2 #803
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Oct 18, 2024
1 parent 79675f5 commit 7289f2f
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 @@ -47,7 +47,7 @@ jobs:
- name: Build
run: |
pip install -U wheel
pip install .[all,dev] fasttext==0.9.2 pillow==10.4.0
pip install .[all,dev] fasttext==0.9.2 pillow==10.4.0 huggingface-hub==0.25.2
python -c "import nltk; nltk.download(['punkt', 'punkt_tab', 'averaged_perceptron_tagger_eng'])"
python --version
make data coverage
Expand Down

0 comments on commit 7289f2f

Please sign in to comment.