revert: drop anthropic from core test matrix (#32190)

Reverts langchain-ai/langchain#32185
This commit is contained in:
ccurme 2025-07-22 17:13:02 -03:00 committed by GitHub
parent 3672bbc71e
commit 053fb16a05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -340,7 +340,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
partner: [openai]
partner: [openai, anthropic]
fail-fast: false # Continue testing other partners if one fails
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}