From 8170bd636f683aba7f8413771d6f9988a0a2e555 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 23 Aug 2024 10:20:23 -0700 Subject: [PATCH] Revert "infra: reenable min version testing" (#25708) Reverts langchain-ai/langchain#24640 --- .github/workflows/_test.yml | 17 +++++++++-------- README.md | 1 - 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index a1360a2ddc..843eab8353 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -75,11 +75,12 @@ jobs: echo "min-versions=$min_versions" >> "$GITHUB_OUTPUT" echo "min-versions=$min_versions" - - 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 }} +# 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 }} diff --git a/README.md b/README.md index 38a1aa1845..963a3ba17f 100644 --- a/README.md +++ b/README.md @@ -139,4 +139,3 @@ 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) -