chore(infra): drop anthropic from core test matrix (#32717)

This commit is contained in:
ccurme
2025-08-27 14:11:44 -03:00
committed by GitHub
parent 72b66fcca5
commit a80fa1b25f

View File

@@ -347,7 +347,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 }}