mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 11:07:36 +00:00
chore(infra): disable integration tests temporarily when releasing v0.3 (#34040)
Temporarily disable running tests against latest published packages with core 0.3 as the latest published packages only work with core>1.0
This commit is contained in:
1
.github/workflows/_release.yml
vendored
1
.github/workflows/_release.yml
vendored
@@ -376,6 +376,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: github.ref != 'refs/heads/v0.3'
|
||||
needs:
|
||||
- build
|
||||
- release-notes
|
||||
|
||||
Reference in New Issue
Block a user