community, langchain, infra: revert store extended test deps outside of poetry (#19153)

Reverts langchain-ai/langchain#18995

Because it makes installing dependencies in python 3.11 extended testing
take 80 minutes
This commit is contained in:
Erick Friis
2024-03-15 10:10:47 -07:00
committed by GitHub
parent e3ff107e4f
commit 781aee0068
21 changed files with 11079 additions and 698 deletions

View File

@@ -116,8 +116,7 @@ jobs:
shell: bash
run: |
echo "Running extended tests, installing dependencies with poetry..."
poetry install --with test
poetry run pip install -r extended_requirements.txt
poetry install -E extended_testing --with test
- name: Run extended tests
run: make extended_tests