mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-16 09:48:04 +00:00
langchain[patch]: fix scheduled testing ci dep install (#14460)
This commit is contained in:
parent
02ee0073cf
commit
477b274a62
2
.github/workflows/scheduled_test.yml
vendored
2
.github/workflows/scheduled_test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user