mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
infra: release min version dont clobber current lib (#21740)
This commit is contained in:
parent
f5c31078d7
commit
1647b28a87
2
.github/workflows/_release.yml
vendored
2
.github/workflows/_release.yml
vendored
@ -177,7 +177,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
|
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
|
||||||
run: |
|
run: |
|
||||||
poetry run pip install --force-reinstall $MIN_VERSIONS
|
poetry run pip install --force-reinstall $MIN_VERSIONS --editable .
|
||||||
make tests
|
make tests
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user