Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix audio tests on CI #2718

Merged
merged 9 commits into from
Jun 24, 2022
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
sudo apt-get install libsndfile1 ffmpeg

- name: Install Haystack
run: pip install .
run: pip install .[audio]

- name: Run tests
env:
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ audio =
espnet
espnet-model-zoo
pydub
huggingface-hub<0.8.0
beir =
beir; platform_system != 'Windows'
crawler =
Expand Down