Skip to content

Commit

Permalink
Remove the CLI package's pydantic compatibility tests. (langchain-ai#…
Browse files Browse the repository at this point in the history
…12675)

They aren't necessary, since the CLI package doesn't have a direct
dependency on pydantic.
  • Loading branch information
obi1kenobi authored and HoaNQ9 committed Feb 2, 2024
1 parent 96e41f1 commit 44d64cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/langchain_cli_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 44d64cb

Please sign in to comment.