Skip to content

Commit d8f7258

Browse files
Lock cohere version (#728)
1 parent 2da40d2 commit d8f7258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
make full;
45-
poetry add "openai>=1.2.4" jupyter nbconvert cohere;
45+
poetry add "openai>=1.2.4" jupyter nbconvert cohere==5.3.2;
4646
- name: Check for pypdfium2
4747
run: poetry run pip show pypdfium2
4848
- name: Huggingface Hub Login

0 commit comments

Comments
 (0)