From c930062f69bbf72d0147db2e2db1940777966ffe Mon Sep 17 00:00:00 2001 From: ccurme Date: Sun, 25 Jan 2026 20:36:40 -0800 Subject: [PATCH] chore(infra): re-enable tests on prior published packages on core release (#34881) --- .github/workflows/_release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 4de657ed898..c90820ec101 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -394,10 +394,9 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - if: false # temporarily skip strategy: matrix: - partner: [openai, anthropic] + partner: [anthropic] fail-fast: false # Continue testing other partners if one fails env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} @@ -540,7 +539,7 @@ jobs: - test-pypi-publish - pre-release-checks - test-dependents - # - test-prior-published-packages-against-new-core + - test-prior-published-packages-against-new-core # Run if all needed jobs succeeded or were skipped (test-dependents only runs for core/langchain_v1) if: ${{ !cancelled() && !failure() }} runs-on: ubuntu-latest