Skip to content

Commit

Permalink
delete with mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Nov 8, 2023
1 parent 3409b5d commit 5240476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_doc_snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5240476

Please sign in to comment.