Add missing dependencies in openapi upload workflow (#4236)

This commit is contained in:
Silvano Cerza 2023-02-22 19:34:22 +01:00 committed by GitHub
parent f816efa50c
commit b6371c95a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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