Skip to content

Commit e8e41bd

Browse files
authored
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.
1 parent 7326966 commit e8e41bd

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
@@ -385,6 +385,7 @@ jobs:
385385
test-prior-published-packages-against-new-core:
386386
# Installs the new core with old partners: Installs the new unreleased core
387387
# alongside the previously published partner packages and runs integration tests
388+
if: false # temporarily skip
388389
needs:
389390
- build
390391
- release-notes
@@ -475,7 +476,6 @@ jobs:
475476
- release-notes
476477
- test-pypi-publish
477478
- pre-release-checks
478-
- test-prior-published-packages-against-new-core
479479
runs-on: ubuntu-latest
480480
permissions:
481481
# This permission is used for trusted publishing:

0 commit comments

Comments
 (0)