From 88b52ea87f03010712674a94289c7401a2ed6125 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Tue, 31 Oct 2023 20:44:50 +0000 Subject: [PATCH] Remove the CLI package's pydantic compatibility tests. They aren't necessary, since the CLI package doesn't have a direct dependency on pydantic. --- .github/workflows/langchain_cli_ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/langchain_cli_ci.yml b/.github/workflows/langchain_cli_ci.yml index 7ecb069a1040a..c9330c1c18ec4 100644 --- a/.github/workflows/langchain_cli_ci.yml +++ b/.github/workflows/langchain_cli_ci.yml @@ -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