mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-13 05:25:07 +00:00
Remove the CLI package's pydantic compatibility tests. (#12675)
They aren't necessary, since the CLI package doesn't have a direct dependency on pydantic.
This commit is contained in:
7
.github/workflows/langchain_cli_ci.yml
vendored
7
.github/workflows/langchain_cli_ci.yml
vendored
@@ -45,10 +45,3 @@ jobs:
|
||||
with:
|
||||
working-directory: libs/cli
|
||||
secrets: inherit
|
||||
|
||||
pydantic-compatibility:
|
||||
uses:
|
||||
./.github/workflows/_pydantic_compatibility.yml
|
||||
with:
|
||||
working-directory: libs/cli
|
||||
secrets: inherit
|
||||
|
Reference in New Issue
Block a user