Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Jan 12, 2025
1 parent 6a1664d commit 532a870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
echo "TIKA_STARTUP_SLEEP=30" >> $GITHUB_ENV
echo "TIKA_STARTUP_MAX_RETRY=10" >> $GITHUB_ENV
brew install portaudio
pip install fasttext==0.9.2
if: matrix.os == 'macos-latest'

- name: Install dependencies - Windows
Expand All @@ -49,7 +50,7 @@ jobs:
- name: Build
run: |
pip install -U wheel
pip install .[all,dev] fasttext==0.9.2
pip install .[all,dev]
pip cache purge
python -c "import nltk; nltk.download(['punkt', 'punkt_tab', 'averaged_perceptron_tagger_eng'])"
python --version
Expand Down

0 comments on commit 532a870

Please sign in to comment.