Skip to content

Commit

Permalink
feat: composio apps update revamp (#962)
Browse files Browse the repository at this point in the history
Co-authored-by: angrybayblade <[email protected]>
  • Loading branch information
tushar-composio and angrybayblade authored Dec 11, 2024
1 parent b41c0fd commit 983322d
Show file tree
Hide file tree
Showing 28 changed files with 1,256 additions and 2,097 deletions.
1 change: 0 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
python -m pip install 'numpy<2' python-dotenv
python -m pip install unstructured
COMPOSIO_BASE_URL=${{ env.COMPOSIO_BASE_URL }} COMPOSIO_API_KEY=${{ env.COMPOSIO_API_KEY }} COMPOSIO_LOGGING_LEVEL='debug' composio apps update
COMPOSIO_BASE_URL=${{ env.COMPOSIO_BASE_URL }} COMPOSIO_API_KEY=${{ env.COMPOSIO_API_KEY }} COMPOSIO_LOGGING_LEVEL='debug' PLUGIN_TO_TEST=${{matrix.package}} CI=false pytest -vv tests/test_example.py
COMPOSIO_BASE_URL=${{ env.COMPOSIO_BASE_URL }} COMPOSIO_API_KEY=${{ env.COMPOSIO_API_KEY }} COMPOSIO_LOGGING_LEVEL='debug' PLUGIN_TO_TEST=${{matrix.package}} CI=false pytest -vv tests/test_load_tools.py
- name: Slack Notification on Failure
Expand Down
2 changes: 1 addition & 1 deletion python/.pylintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[MASTER]
ignore-patterns=
ignore-patterns=.*\.pyi
ignore=

[MESSAGES CONTROL]
Expand Down
Loading

0 comments on commit 983322d

Please sign in to comment.