mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +00:00
Revert "infra: reenable min version testing" (#25708)
Reverts langchain-ai/langchain#24640
This commit is contained in:
parent
3d5808ef27
commit
8170bd636f
17
.github/workflows/_test.yml
vendored
17
.github/workflows/_test.yml
vendored
@ -75,11 +75,12 @@ 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"
|
||||||
|
|
||||||
- name: Run unit tests with minimum dependency versions
|
# Temporarily disabled until we can get the minimum versions working
|
||||||
if: ${{ steps.min-version.outputs.min-versions != '' }}
|
# - name: Run unit tests with minimum dependency versions
|
||||||
env:
|
# if: ${{ steps.min-version.outputs.min-versions != '' }}
|
||||||
MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
|
# env:
|
||||||
run: |
|
# MIN_VERSIONS: ${{ steps.min-version.outputs.min-versions }}
|
||||||
poetry run pip install --force-reinstall $MIN_VERSIONS --editable .
|
# run: |
|
||||||
make tests
|
# poetry run pip install --force-reinstall $MIN_VERSIONS --editable .
|
||||||
working-directory: ${{ inputs.working-directory }}
|
# make tests
|
||||||
|
# working-directory: ${{ inputs.working-directory }}
|
||||||
|
@ -139,4 +139,3 @@ 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