Skip to content

Commit 754bfc6

Browse files
committed
fix: Clean up test-openai.yml workflow file
1 parent 65684b9 commit 754bfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-openai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install OpenAI package
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install openai
23+
pip install openai python-dotenv
2424
2525
- name: Test OpenAI API Key
2626
env:

0 commit comments

Comments
 (0)