mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-18 00:51:18 +00:00
chore(infra): drop anthropic from core test matrix (#32146)
Stricter JSON schema validation broke a test. Test was fixed in https://github.com/langchain-ai/langchain/pull/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.
This commit is contained in:
parent
2ef9465893
commit
6794422b85
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -340,7 +340,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
partner: [openai, anthropic]
|
||||
partner: [openai]
|
||||
fail-fast: false # Continue testing other partners if one fails
|
||||
env:
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user