Revert "infra: drop anthropic from core test matrix" (#31851)

Reverts langchain-ai/langchain#31850
This commit is contained in:
ccurme 2025-07-03 13:14:26 -04:00 committed by GitHub
parent 21664985c7
commit 7cb9388c33
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 }}