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 d5069b9 commit f9b9efa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ jobs:
echo "TIKA_STARTUP_SLEEP=30" >> $GITHUB_ENV
echo "TIKA_STARTUP_MAX_RETRY=10" >> $GITHUB_ENV
brew install portaudio
pip install pybind11 fasttext==0.9.2
pip install -U wheel
pip install fasttext==0.9.2
if: matrix.os == 'macos-latest'

- name: Install dependencies - Windows
run: |
"PYTHONIOENCODING=utf-8" >> $env:GITHUB_ENV
choco install wget
pip install pybind11 fasttext==0.9.2
pip install -U wheel
pip install fasttext==0.9.2
if: matrix.os == 'windows-latest'

- name: Build
Expand Down

0 comments on commit f9b9efa

Please sign in to comment.