Skip to content

Commit bc527ee

Browse files
committed
ci: install Codex CLI for openai/auto provider in agent-eval
1 parent 5c19a83 commit bc527ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/agent-eval.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ jobs:
9292
- name: Install dependencies
9393
run: pnpm install --frozen-lockfile
9494

95+
- name: Install Codex CLI
96+
if: inputs.provider == 'openai' || inputs.provider == 'auto'
97+
run: npm install -g @openai/codex
98+
9599
- name: Build
96100
run: pnpm build
97101

0 commit comments

Comments
 (0)