Skip to content

Commit 6794422

Browse files
authored
chore(infra): drop anthropic from core test matrix (#32146)
Stricter JSON schema validation broke a test. Test was fixed in #32145. Core release runs old tests (i.e., last released version of langchain-anthropic) against new core. So we bypass anthropic for release. Will revert after.
1 parent 2ef9465 commit 6794422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
runs-on: ubuntu-latest
341341
strategy:
342342
matrix:
343-
partner: [openai, anthropic]
343+
partner: [openai]
344344
fail-fast: false # Continue testing other partners if one fails
345345
env:
346346
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)