Skip to content

Commit fa6be20

Browse files
committed
ci: add LLM_MODEL and LLM_PROVIDER env vars to ci-strict workflow
1 parent cbf97c5 commit fa6be20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-strict.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ env:
1717
PYTHON_VERSION: "3.12"
1818
NODE_VERSION: "20"
1919
PNPM_VERSION: "9"
20+
# Required for tests that need LLM configuration
21+
LLM_MODEL: gpt-4o-mini
22+
LLM_PROVIDER: openai
2023
# Use official PyPI in CI (override any mirror settings)
2124
UV_INDEX_URL: "https://pypi.org/simple/"
2225

0 commit comments

Comments
 (0)