Skip to content

Commit 36dc4e3

Browse files
committed
Fix error in running against current branch
1 parent ce8709a commit 36dc4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
shell: bash
9494
run: |
9595
python -m pip install --upgrade pip
96-
pip install sentence-transformers # required for vector_search example
96+
python -m poetry run pip install sentence-transformers # required for vector_search example
9797
9898
- name: Start the Server using image
9999
shell: bash

0 commit comments

Comments
 (0)