mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-04 02:33:05 +00:00
revert: drop anthropic from core test matrix (#32152)
Reverts langchain-ai/langchain#32146
This commit is contained in:
parent
64261449b8
commit
383bc8f2ef
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -340,7 +340,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
partner: [openai]
|
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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user