Revert "infra: temporarily drop OpenAI from core release test matrix" (#31322)

Reverts langchain-ai/langchain#31318
This commit is contained in:
ccurme 2025-05-22 13:25:17 -04:00 committed by GitHub
parent 0ce2e69cc1
commit 635ce60a22
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: [anthropic]
partner: [openai, anthropic]
fail-fast: false # Continue testing other partners if one fails
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}