Skip to content

Commit 1450fc4

Browse files
authored
Merge pull request #495 from steadhac/steadhac/fix/ci-llm-provider
fix(ci): set LLM_PROVIDER=mock to prevent OpenAI init at import time
2 parents bdc935b + c32086f commit 1450fc4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12+
env:
13+
LLM_PROVIDER: mock
1214

1315
steps:
1416
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)