mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 21:08:59 +00:00
infra: fix minimum version install to force pypi install (#21112)
This commit is contained in:
parent
fd94aa8366
commit
dbdfa3d34e
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 $MIN_VERSIONS
|
poetry run pip install --force-reinstall $MIN_VERSIONS
|
||||||
make tests
|
make tests
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user