You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 year ago
..
_lint.yml Install dev, lint, test, typing extra deps for linting steps. (#10249) 1 year ago
_pydantic_compatibility.yml Deny creating files as a result of test runs. (#10253) 1 year ago
_release.yml Use unified Python setup steps for release workflow. 1 year ago
_test.yml Deny creating files as a result of test runs. (#10253) 1 year ago
codespell.yml Add api cross ref linking (#8275) 1 year ago
langchain_ci.yml Deny creating files as a result of test runs. (#10253) 1 year ago
langchain_experimental_ci.yml Deny creating files as a result of test runs. (#10253) 1 year ago
langchain_experimental_release.yml Require manually triggering release workflows. (#9552) 1 year ago
langchain_release.yml Require manually triggering release workflows. (#9552) 1 year ago
scheduled_test.yml Deny creating files as a result of test runs. (#10253) 1 year ago