Skip to content

Commit 26030ab

Browse files
authored
infra: temporarily drop OpenAI from core release test matrix (#31693)
As part of core releases we run tests on the last released version of some packages (including langchain-openai) using the new version of langchain-core. We run langchain-openai's test suite as it was when it was last released. Our test for computer use started raising 500 error at some point during the day today (test passed as part of scheduled test job in the morning): > InternalServerError: Error code: 500 - {'error': {'message': 'An error occurred while processing your request. You can retry your request, or contact us through our help center at help.openai.com if the error persists. Will revert this change after we release langchain-core.
1 parent 5271fd7 commit 26030ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
runs-on: ubuntu-latest
341341
strategy:
342342
matrix:
343-
partner: [openai, anthropic]
343+
partner: [anthropic]
344344
fail-fast: false # Continue testing other partners if one fails
345345
env:
346346
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)