mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 23:26:34 +00:00
infra: reenable min version testing (#24640)
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
parent
b365ee996b
commit
3d5808ef27
17
.github/workflows/_test.yml
vendored
17
.github/workflows/_test.yml
vendored
@ -75,12 +75,11 @@ jobs:
|
|||||||
echo "min-versions=$min_versions" >> "$GITHUB_OUTPUT"
|
echo "min-versions=$min_versions" >> "$GITHUB_OUTPUT"
|
||||||
echo "min-versions=$min_versions"
|
echo "min-versions=$min_versions"
|
||||||
|
|
||||||
# Temporarily disabled until we can get the minimum versions working
|
- name: Run unit tests with minimum dependency versions
|
||||||
# - name: Run unit tests with minimum dependency versions
|
if: ${{ steps.min-version.outputs.min-versions != '' }}
|
||||||
# if: ${{ steps.min-version.outputs.min-versions != '' }}
|
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 --force-reinstall $MIN_VERSIONS --editable .
|
make tests
|
||||||
# make tests
|
working-directory: ${{ inputs.working-directory }}
|
||||||
# working-directory: ${{ inputs.working-directory }}
|
|
||||||
|
@ -139,3 +139,4 @@ For detailed information on how to contribute, see [here](https://python.langcha
|
|||||||
## 🌟 Contributors
|
## 🌟 Contributors
|
||||||
|
|
||||||
[](https://github.com/langchain-ai/langchain/graphs/contributors)
|
[](https://github.com/langchain-ai/langchain/graphs/contributors)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user