From 38542261f24ee8ddffa50a780a5522167d18022a Mon Sep 17 00:00:00 2001 From: anakin87 Date: Thu, 23 Nov 2023 09:23:23 +0100 Subject: [PATCH] rm leftover --- .github/workflows/components_unstructured_fileconverter.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/components_unstructured_fileconverter.yml b/.github/workflows/components_unstructured_fileconverter.yml index fbaca97d0..4e02c94f0 100644 --- a/.github/workflows/components_unstructured_fileconverter.yml +++ b/.github/workflows/components_unstructured_fileconverter.yml @@ -54,10 +54,6 @@ jobs: if: matrix.python-version == '3.9' run: hatch run lint:all - - name: Run Unstructured local API - working-directory: components/file_converters/unstructured_fileconverter - run: docker-compose up -d - - name: Run tests working-directory: components/file_converters/unstructured_fileconverter run: hatch run cov