langchain/.github/workflows
Erick Friis b948f6da67
infra: CI success for partner packages (#18037)
Thank you for contributing to LangChain!

- [ ] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
  - Example: "community: add foobar LLM"


- [ ] **PR message**: ***Delete this entire checklist*** and replace
with
    - **Description:** a description of the change
    - **Issue:** the issue # it fixes, if applicable
    - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!


- [ ] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, hwchase17.
2024-02-23 11:00:48 -08:00
..
_compile_integration_test.yml infra: ci naming 2 (#16893) 2024-02-01 11:39:00 -08:00
_dependencies.yml infra: ci naming 2 (#16893) 2024-02-01 11:39:00 -08:00
_integration_test.yml astradb: bootstrapping Astra DB as Partner Package (#16875) 2024-02-15 15:50:59 -08:00
_lint.yml infra: update to cache v4 (#17126) 2024-02-06 12:55:01 -08:00
_release_docker.yml Add base docker image and ci script for building and pushing (#10927) 2023-10-02 15:07:57 +01:00
_release.yml partner: Add groq partner integration and chat model (#17856) 2024-02-22 07:36:16 -08:00
_test_release.yml infra: update poetry 1.6.1 -> 1.7.1 (#15027) 2024-01-17 08:51:20 -08:00
_test.yml infra: ci naming 2 (#16893) 2024-02-01 11:39:00 -08:00
api_doc_build.yml infra: merge in master during api docs build (#17494) 2024-02-13 18:08:07 -08:00
check_diffs.yml infra: CI success for partner packages (#18037) 2024-02-23 11:00:48 -08:00
codespell.yml infra: skip codespell ambr (#17992) 2024-02-23 01:26:55 +00:00
doc_lint.yml infra: ci naming 2 (#16893) 2024-02-01 11:39:00 -08:00
extract_ignored_words_list.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
langchain_release_docker.yml Trigger Docker release workflow after new langchain release is made. (#11290) 2023-10-04 10:27:08 -04:00
people.yml 👥 Update LangChain people data (#17743) 2024-02-20 18:30:11 -08:00
scheduled_test.yml infra: rm boto3, gcaip from pyproject (#17270) 2024-02-08 15:28:22 -08:00