chore: rm composio (#5151)
This commit is contained in:
committed by
Caren Thomas
parent
07a687880f
commit
e07a589796
7
.github/scripts/model-sweep/conftest.py
vendored
7
.github/scripts/model-sweep/conftest.py
vendored
@@ -62,13 +62,6 @@ def default_user(default_organization):
|
||||
yield user
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def check_composio_key_set():
|
||||
original_api_key = tool_settings.composio_api_key
|
||||
assert original_api_key is not None, "Missing composio key! Cannot execute this test."
|
||||
yield
|
||||
|
||||
|
||||
# --- Tool Fixtures ---
|
||||
@pytest.fixture
|
||||
def weather_tool_func():
|
||||
|
||||
1
.github/workflows/model-sweep.yaml
vendored
1
.github/workflows/model-sweep.yaml
vendored
@@ -88,7 +88,6 @@ jobs:
|
||||
AZURE_API_KEY: ${{ env.AZURE_API_KEY }}
|
||||
AZURE_BASE_URL: ${{ secrets.AZURE_BASE_URL }}
|
||||
GEMINI_API_KEY: ${{ env.GEMINI_API_KEY }}
|
||||
COMPOSIO_API_KEY: ${{ env.COMPOSIO_API_KEY }}
|
||||
GOOGLE_CLOUD_PROJECT: ${{ secrets.GOOGLE_CLOUD_PROJECT}}
|
||||
GOOGLE_CLOUD_LOCATION: ${{ secrets.GOOGLE_CLOUD_LOCATION}}
|
||||
DEEPSEEK_API_KEY: ${{ env.DEEPSEEK_API_KEY}}
|
||||
|
||||
1
.github/workflows/reusable-test-workflow.yml
vendored
1
.github/workflows/reusable-test-workflow.yml
vendored
@@ -367,7 +367,6 @@ jobs:
|
||||
LETTA_MISTRAL_API_KEY: ${{ secrets.LETTA_MISTRAL_API_KEY }}
|
||||
|
||||
# External service API Keys (shared across all test types)
|
||||
COMPOSIO_API_KEY: ${{ env.COMPOSIO_API_KEY }}
|
||||
E2B_API_KEY: ${{ env.E2B_API_KEY }}
|
||||
E2B_SANDBOX_TEMPLATE_ID: ${{ env.E2B_SANDBOX_TEMPLATE_ID }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user