langchain/.github/workflows
Predrag Gruevski c75e1aa5ed
Eliminate special-casing from test CI workflows. (#9562)
The previous approach was relying on `_test.yml` taking an input
parameter, and then doing almost completely orthogonal things for each
parameter value. I've separated out each of those test situations as its
own job or workflow file, which eliminated all the special-casing and,
in my opinion, improved maintainability by making it much more obvious
what code runs when.
2023-08-22 11:36:52 -04:00
..
_lint.yml Fix conditional that erroneously always runs. (#9543) 2023-08-21 13:24:33 -04:00
_pydantic_compatibility.yml Eliminate special-casing from test CI workflows. (#9562) 2023-08-22 11:36:52 -04:00
_release.yml Use PyPI Trusted Publishing to publish langchain packages. (#9467) 2023-08-21 14:44:29 -04:00
_test.yml Eliminate special-casing from test CI workflows. (#9562) 2023-08-22 11:36:52 -04:00
codespell.yml Add api cross ref linking (#8275) 2023-07-26 12:38:58 -07:00
langchain_ci.yml Eliminate special-casing from test CI workflows. (#9562) 2023-08-22 11:36:52 -04:00
langchain_experimental_ci.yml Eliminate special-casing from test CI workflows. (#9562) 2023-08-22 11:36:52 -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 Upgrade CI poetry version to 1.5.1. (#9479) 2023-08-21 10:35:56 -04:00