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:
Predrag Gruevski
2023-10-31 16:57:38 -04:00
committed by GitHub
parent e8b99364b3
commit aa3f4a9bc8

View File

@@ -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