mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-24 12:43:22 +08:00
ci: pin pyrate-limiter<4 for docs search sync (#10434)
This commit is contained in:
3
.github/workflows/docs_search_sync.yml
vendored
3
.github/workflows/docs_search_sync.yml
vendored
@@ -37,7 +37,8 @@ jobs:
|
||||
|
||||
- name: Install script dependencies
|
||||
# sniffio is needed because of https://github.com/deepset-ai/deepset-cloud-sdk/issues/286
|
||||
run: pip install deepset-cloud-sdk sniffio requests
|
||||
# we pin pyrate-limiter due to https://github.com/deepset-ai/deepset-cloud-sdk/issues/295
|
||||
run: pip install deepset-cloud-sdk sniffio requests "pyrate-limiter<4"
|
||||
|
||||
- name: Update new docs to Search pipeline and remove outdated docs
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user