Skip to content

Commit d05a0cb

Browse files
chore: skip anthropic tests while waiting on new anthropic release (#33739)
like https://github.com/langchain-ai/langchain/pull/33312/files temporarily skip while waiting on new anthropic release dependent on #33737
1 parent d24aa69 commit d05a0cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/_release.yml

Lines changed: 2 additions & 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
388389
needs:
389390
- build
390391
- release-notes
@@ -475,7 +476,7 @@ jobs:
475476
- release-notes
476477
- test-pypi-publish
477478
- pre-release-checks
478-
- test-prior-published-packages-against-new-core
479+
# - test-prior-published-packages-against-new-core
479480
runs-on: ubuntu-latest
480481
permissions:
481482
# This permission is used for trusted publishing:

0 commit comments

Comments
 (0)