langchain/.github/workflows
Predrag Gruevski ccb9e3ee2d
Install dev, lint, test, typing extra deps for linting steps. (#10249)
`mypy` cannot type-check code that relies on dependencies that aren't
installed.

Eventually we'll probably want to install as many optional dependencies
as possible. However, the full "extended deps" setup for langchain
creates a 3GB cache file and takes a while to unpack and install. We'll
probably want something a bit more targeted.

This is a first step toward something better.
2023-09-06 11:15:28 -04:00
..
_lint.yml Install dev, lint, test, typing extra deps for linting steps. (#10249) 2023-09-06 11:15:28 -04:00
_pydantic_compatibility.yml Deny creating files as a result of test runs. (#10253) 2023-09-06 11:15:16 -04:00
_release.yml Use unified Python setup steps for release workflow. 2023-08-28 14:20:48 +00:00
_test.yml Deny creating files as a result of test runs. (#10253) 2023-09-06 11:15:16 -04:00
codespell.yml Add api cross ref linking (#8275) 2023-07-26 12:38:58 -07:00
langchain_ci.yml Deny creating files as a result of test runs. (#10253) 2023-09-06 11:15:16 -04:00
langchain_experimental_ci.yml Deny creating files as a result of test runs. (#10253) 2023-09-06 11:15:16 -04:00
langchain_experimental_release.yml Require manually triggering release workflows. (#9552) 2023-08-21 13:54:44 -04:00
langchain_release.yml Require manually triggering release workflows. (#9552) 2023-08-21 13:54:44 -04:00
scheduled_test.yml Deny creating files as a result of test runs. (#10253) 2023-09-06 11:15:16 -04:00