From 8fff7ebdca2bea4cec3206e21df5e688111e2059 Mon Sep 17 00:00:00 2001 From: Hardik Shah Date: Thu, 12 Jun 2025 21:55:43 -0700 Subject: [PATCH] dropping files since the api is not included in the distro --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b2243a1fd..210a0e95b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -24,7 +24,7 @@ jobs: matrix: # Listing tests manually since some of them currently fail # TODO: generate matrix list from tests/integration when fixed - test-type: [agents, files, inference, datasets, inspect, scoring, post_training, providers, tool_runtime, vector_io] + test-type: [agents, inference, datasets, inspect, scoring, post_training, providers, tool_runtime, vector_io] client-type: [library, http] python-version: ["3.10", "3.11", "3.12"] fail-fast: false # we want to run all tests regardless of failure