mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 13:55:03 +00:00
docs: fix typo in contributing re installing integration test deps (#14861)
**Description** The contributing docs lists a poetry command to install community for dev work that includes a poetry group called `integration_tests`. This is a mistake: the poetry group for integration tests is called `test_integration`, not `integration_tests`. See here: https://github.com/langchain-ai/langchain/blob/master/libs/community/pyproject.toml#L119
This commit is contained in:
parent
07ba030a4e
commit
7b2a68ac72
@ -64,7 +64,7 @@ cd libs/community
|
||||
Install langchain-community development requirements (for running langchain, running examples, linting, formatting, tests, and coverage):
|
||||
|
||||
```bash
|
||||
poetry install --with lint,typing,test,integration_tests
|
||||
poetry install --with lint,typing,test,test_integration
|
||||
```
|
||||
|
||||
Then verify dependency installation:
|
||||
|
Loading…
Reference in New Issue
Block a user