Skip to content

Commit 08841e2

Browse files
author
Dylan Huang
committed
add OPENAI_API_KEY to testing workflow
1 parent 5edd0d2 commit 08841e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888

8989
- name: Run Core Tests with pytest-xdist
9090
env:
91+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
9192
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
9293
FIREWORKS_API_KEY: ${{ secrets.FIREWORKS_API_KEY }}
9394
FIREWORKS_ACCOUNT_ID: ${{ secrets.FIREWORKS_ACCOUNT_ID }}

0 commit comments

Comments
 (0)