Skip to content

Commit b90d92b

Browse files
authored
ci: add sniffio dependency for docs sync (#10164)
* ci: add sniffio dependency for docs sync * do not run on PRs
1 parent 248b5a8 commit b90d92b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs_search_sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
npm run build
3737
3838
- name: Install script dependencies
39-
run: pip install deepset-cloud-sdk requests
39+
# sniffio is needed because of https://github.com/deepset-ai/deepset-cloud-sdk/issues/286
40+
run: pip install deepset-cloud-sdk sniffio requests
4041

4142
- name: Update new docs to Search pipeline and remove outdated docs
4243
env:

0 commit comments

Comments
 (0)