From 52404766685388d079ac2ccd14cfa79e79efe920 Mon Sep 17 00:00:00 2001 From: AstrakhantsevaAA Date: Wed, 8 Nov 2023 14:20:38 +0100 Subject: [PATCH] delete with mongo --- .github/workflows/test_doc_snippets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_doc_snippets.yml b/.github/workflows/test_doc_snippets.yml index 61e80ec872..ad7d544219 100644 --- a/.github/workflows/test_doc_snippets.yml +++ b/.github/workflows/test_doc_snippets.yml @@ -59,7 +59,7 @@ jobs: - name: Install dependencies # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' - run: poetry install --no-interaction -E duckdb -E weaviate -E parquet --with docs --with mongodb --without airflow + run: poetry install --no-interaction -E duckdb -E weaviate -E parquet --with docs --without airflow - name: Run linter and tests run: make test-and-lint-snippets