Skip to content

Commit

Permalink
add all
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Nov 21, 2024
1 parent 7a58fc2 commit b3b5d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install package with extras
run: pip install .[all] # Replace 'all' with the key that includes all extras
run: pip install '.[all]' # Replace 'all' with the key that includes all extras

- name: Check package installation
run: pip list # Or any other command to verify successful installation
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ qdrant = ["qdrant-client"]
ollama = ["llama-index-embeddings-ollama"]
external-tools = ["crewai", "docker", "crewai-tools", "langchain", "wikipedia", "langchain-community", "composio-core", "composio-langchain"]
tests = ["wikipedia"]
all = ["postgres", "dev", "server", "external-tools", "ollama", "tests"]

[tool.poetry.group.dev.dependencies]
black = "^24.4.2"
Expand Down

0 comments on commit b3b5d63

Please sign in to comment.