diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 843eab8353f..a1360a2ddc9 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -75,12 +75,11 @@ jobs: echo "min-versions=$min_versions" >> "$GITHUB_OUTPUT" echo "min-versions=$min_versions" -# Temporarily disabled until we can get the minimum versions working -# - name: Run unit tests with minimum dependency versions -# if: ${{ steps.min-version.outputs.min-versions != '' }} -# env: -# MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }} -# run: | -# poetry run pip install --force-reinstall $MIN_VERSIONS --editable . -# make tests -# working-directory: ${{ inputs.working-directory }} + - name: Run unit tests with minimum dependency versions + if: ${{ steps.min-version.outputs.min-versions != '' }} + env: + MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }} + run: | + poetry run pip install --force-reinstall $MIN_VERSIONS --editable . + make tests + working-directory: ${{ inputs.working-directory }} diff --git a/README.md b/README.md index 963a3ba17fe..38a1aa1845e 100644 --- a/README.md +++ b/README.md @@ -139,3 +139,4 @@ For detailed information on how to contribute, see [here](https://python.langcha ## 🌟 Contributors [![langchain contributors](https://contrib.rocks/image?repo=langchain-ai/langchain&max=2000)](https://github.com/langchain-ai/langchain/graphs/contributors) +