Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Sep 25, 2024
1 parent 6a0ff0e commit cd4a55f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,9 @@ jobs:
cache: "pip"
cache-dependency-path: pyproject.toml

- name: Set AUTOGEN_USE_DOCKER
run: echo "AUTOGEN_USE_DOCKER=False" >> $GITHUB_ENV # Set environment variable

- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: pip install .[submodules,docs,testing]

- name: Prisma
run: prisma generate
- name: Test
Expand Down
1 change: 1 addition & 0 deletions tests/runtime/autogen/tools/test_web_surfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def test_web_surfer_chat_constructor_with_invalid_llm_config(
summarizer_llm_config={},
)

@pytest.mark.llm
def test_web_surfer_chat_register(
self, azure_gpt4o_llm_config: dict[str, Any]
) -> None:
Expand Down

0 comments on commit cd4a55f

Please sign in to comment.