From 832036ef0fd9926a6ebd3c04a931b65a80c815bd Mon Sep 17 00:00:00 2001 From: ccurme Date: Fri, 24 Oct 2025 11:55:33 -0400 Subject: [PATCH] chore(infra): remove openai from langchain-core release test matrix (#33661) --- .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 dc50158743b..68c3594d550 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -395,7 +395,7 @@ jobs: contents: read strategy: matrix: - partner: [openai, anthropic] + partner: [anthropic] fail-fast: false # Continue testing other partners if one fails env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}