Skip to content

Commit

Permalink
Fix audio tests on CI (deepset-ai#2718)
Browse files Browse the repository at this point in the history
* Update Documentation & Code Style

* fix huggingface-hub version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 people authored and andrch-FS committed Jul 26, 2022

Verified

This commit was signed with the committer’s verified signature.
primeos Michael Weiss
1 parent 4428735 commit 93ad0f6
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -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:
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -157,6 +157,7 @@ audio =
espnet
espnet-model-zoo
pydub
huggingface-hub<0.8.0
beir =
beir; platform_system != 'Windows'
crawler =

0 comments on commit 93ad0f6

Please sign in to comment.