mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 03:57:19 +00:00
Add missing dependencies in openapi upload workflow (#4236)
This commit is contained in:
parent
f816efa50c
commit
b6371c95a8
3
.github/workflows/openapi_sync.yml
vendored
3
.github/workflows/openapi_sync.yml
vendored
@ -16,6 +16,9 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: ./.github/actions/python_cache/
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt update && sudo apt-get install libsndfile1 ffmpeg
|
||||
|
||||
- name: Install Haystack
|
||||
run: |
|
||||
pip install --upgrade pip
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user