mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-25 01:16:55 +00:00
test
This commit is contained in:
7
.github/workflows/langchain_cli_ci.yml
vendored
7
.github/workflows/langchain_cli_ci.yml
vendored
@@ -45,13 +45,6 @@ jobs:
|
||||
working-directory: libs/cli
|
||||
secrets: inherit
|
||||
|
||||
compile-integration-tests:
|
||||
uses:
|
||||
./.github/workflows/_compile_integration_test.yml
|
||||
with:
|
||||
working-directory: libs/cli
|
||||
secrets: inherit
|
||||
|
||||
pydantic-compatibility:
|
||||
uses:
|
||||
./.github/workflows/_pydantic_compatibility.yml
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
lint lint_diff:
|
||||
poetry run poe lint
|
||||
|
||||
test:
|
||||
poetry run poe test
|
||||
Reference in New Issue
Block a user