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

Reverts langchain-ai/langchain#31693
This commit is contained in:
ccurme 2025-06-20 18:12:38 -04:00 committed by GitHub
parent 26030abb70
commit 5015188530
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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