mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 13:36:15 +00:00
fix(infra): fix min version check (#32891)
Should no longer require `langchain-core>=(version in monorepo)`
This commit is contained in:
3
.github/workflows/_release.yml
vendored
3
.github/workflows/_release.yml
vendored
@@ -289,7 +289,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
|
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
|
||||||
run: |
|
run: |
|
||||||
VIRTUAL_ENV=.venv uv pip install --force-reinstall $MIN_VERSIONS --editable .
|
VIRTUAL_ENV=.venv uv pip install --force-reinstall --editable .
|
||||||
|
VIRTUAL_ENV=.venv uv pip install --force-reinstall $MIN_VERSIONS
|
||||||
make tests
|
make tests
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user