mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 09:04:03 +00:00
chore(infra): drop anthropic from core test matrix (#32185)
This commit is contained in:
parent
ebf2e11bcb
commit
75517c3ea9
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -340,7 +340,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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user