Skip to content

Commit

Permalink
add mongo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Nov 8, 2023
1 parent 5ef7dc2 commit 598978e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -57,7 +57,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 --without airflow
run: poetry install --no-interaction -E duckdb -E weaviate -E parquet --with docs --with mongodb --without airflow

- name: Run linter and tests
run: make test-and-lint-snippets
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ pypdf2 = "^3.0.1"
pydoc-markdown = "^4.8.2"
connectorx="0.3.1"

[tool.poetry.group.mongodb.dependencies]
pymongo = ">=4.3.3"

[build-system]
requires = ["poetry-core>=1.0.8"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 598978e

Please sign in to comment.