diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 24e2bdc3395..f3272104662 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -46,12 +46,12 @@ jobs: python -m pip install wheel # pip does not properly resolve dependency versions with syntax pip install --no-cache-dir ".[test,full]" pip install --no-cache-dir ".[test]" - pip install --no-cache-dir ".[full]" pip install --no-cache-dir ".[qdrant]" pip install --no-cache-dir ".[annlite]" pip install --no-cache-dir ".[weaviate]" pip install --no-cache-dir ".[elasticsearch]" pip install --no-cache-dir ".[redis]" + pip install --no-cache-dir ".[full]" sudo apt-get install libsndfile1 - name: Test id: test @@ -96,12 +96,12 @@ jobs: python -m pip install wheel # pip does not properly resolve dependency versions with syntax pip install --no-cache-dir ".[test,full]" pip install --no-cache-dir ".[test]" - pip install --no-cache-dir ".[full]" pip install --no-cache-dir ".[qdrant]" pip install --no-cache-dir ".[annlite]" pip install --no-cache-dir ".[weaviate]" pip install --no-cache-dir ".[elasticsearch]" pip install --no-cache-dir ".[redis]" + pip install --no-cache-dir ".[full]" pip install --no-cache-dir "protobuf<3.20.0" sudo apt-get install libsndfile1 - name: Test diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d72895c9165..afa77a6eece 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,12 +224,12 @@ jobs: python -m pip install wheel # pip does not properly resolve dependency versions with syntax pip install --no-cache-dir ".[test,full]" pip install --no-cache-dir ".[test]" - pip install --no-cache-dir ".[full]" pip install --no-cache-dir ".[qdrant]" pip install --no-cache-dir ".[annlite]" pip install --no-cache-dir ".[weaviate]" pip install --no-cache-dir ".[elasticsearch]" pip install --no-cache-dir ".[redis]" + pip install --no-cache-dir ".[full]" pip install --no-cache-dir "protobuf<3.20.0" sudo apt-get install libsndfile1 - name: Test