mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 04:25:46 +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:
|
||||
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
|
||||
run: |
|
||||
poetry run pip install $MIN_VERSIONS
|
||||
poetry run pip install --force-reinstall $MIN_VERSIONS
|
||||
make tests
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user