langchain[patch]: fix scheduled testing ci dep install (#14460)

This commit is contained in:
Erick Friis
2023-12-08 10:37:44 -08:00
committed by GitHub
parent 02ee0073cf
commit 477b274a62

View File

@@ -52,7 +52,7 @@ jobs:
shell: bash
run: |
echo "Running scheduled tests, installing dependencies with poetry..."
poetry install --with=test_integration
poetry install --with=test_integration,test
- name: Run tests
shell: bash