From e8e41bd7a661b7bca434570d0359180c2edf0958 Mon Sep 17 00:00:00 2001 From: ccurme Date: Mon, 6 Oct 2025 16:31:36 -0400 Subject: [PATCH] chore(infra): temporarily skip tests of previous alpha versions on core release (#33312) To accommodate breaking changes (e.g., removal of deprecated params like `callback_manager`). Will revert once we have updated releases of anthropic and openai. --- .github/workflows/_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index dc50158743b..8a79da1e7d3 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -385,6 +385,7 @@ jobs: test-prior-published-packages-against-new-core: # Installs the new core with old partners: Installs the new unreleased core # alongside the previously published partner packages and runs integration tests + if: false # temporarily skip needs: - build - release-notes @@ -475,7 +476,6 @@ jobs: - release-notes - test-pypi-publish - pre-release-checks - - test-prior-published-packages-against-new-core runs-on: ubuntu-latest permissions: # This permission is used for trusted publishing: