mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-19 11:08:55 +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:
parent
e8b99364b3
commit
aa3f4a9bc8
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
|
||||
|
Loading…
Reference in New Issue
Block a user