mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 09:48:04 +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:
|
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 --editable .
|
poetry run pip install $MIN_VERSIONS
|
||||||
make tests
|
make tests
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user