Skip to content

Commit 19bd9b5

Browse files
committed
specify openai version more specifically
1 parent ac60741 commit 19bd9b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
- name: Install dependencies
174174
run: |
175175
make full;
176-
poetry add "openai>=1.x" jupyter nbconvert cohere;
176+
poetry add "openai>=1.2.4" jupyter nbconvert cohere;
177177
- name: Check for pypdfium2
178178
run: poetry run pip show pypdfium2
179179
- name: Huggingface Hub Login

.github/workflows/examples_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install dependencies
3939
run: |
4040
make full;
41-
poetry add "openai>=1.x" jupyter nbconvert cohere;
41+
poetry add "openai>=1.2.4" jupyter nbconvert cohere;
4242
- name: Check for pypdfium2
4343
run: poetry run pip show pypdfium2
4444
- name: Huggingface Hub Login

0 commit comments

Comments
 (0)