From beb2ee6edf28131ba9a22a3a430c7a8865b21f59 Mon Sep 17 00:00:00 2001 From: ccurme Date: Mon, 15 Dec 2025 09:56:16 -0500 Subject: [PATCH] chore(infra): add openai back to core release test matrix (#34372) Reverts langchain-ai/langchain#34020 --- .github/workflows/_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index e1844936c75..fe8865d9d68 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -396,7 +396,7 @@ jobs: contents: read strategy: matrix: - partner: [anthropic] + partner: [openai, anthropic] fail-fast: false # Continue testing other partners if one fails env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}