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 ade683c589
Rely on `WORKDIR` env var to avoid ugly ternary operators in workflows. (#9456)
Ternary operators in GitHub Actions syntax are pretty ugly and hard to
read: `inputs.working-directory == '' && '.' ||
inputs.working-directory` means "if the condition is true, use `'.'` and
otherwise use the expression after the `||`".

This PR performs the ternary as few times as possible, assigning its
outcome to an env var we can then reuse as needed.
11 months ago
..
_lint.yml Rely on `WORKDIR` env var to avoid ugly ternary operators in workflows. (#9456) 11 months ago
_release.yml bump and fix (#8441) 11 months ago
_test.yml Do not bust `poetry install` cache when manually installing pydantic v2. (#9407) 11 months ago
codespell.yml Add api cross ref linking (#8275) 11 months ago
langchain_ci.yml unpin pydantic (#9356) 11 months ago
langchain_experimental_ci.yml scheduled tests GHA (#8879) 11 months ago
langchain_experimental_release.yml scheduled tests GHA (#8879) 11 months ago
langchain_release.yml bump releases rc0 (#8097) 12 months ago
scheduled_test.yml fix sched ci (more) (#9056) 11 months ago