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.
pull/12619/head^2
Predrag Gruevski 11 months ago committed by GitHub
parent e8b99364b3
commit aa3f4a9bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save