mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 17:53:37 +00:00
infra: only force reinstall on release (#26580)
This commit is contained in:
parent
06cde06a20
commit
f4a65236ee
2
.github/workflows/_test.yml
vendored
2
.github/workflows/_test.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
env:
|
||||
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
|
||||
run: |
|
||||
poetry run pip install --force-reinstall $MIN_VERSIONS --editable .
|
||||
poetry run pip install $MIN_VERSIONS
|
||||
make tests
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user