Skip to content

Commit

Permalink
update run_integration_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
User committed Jul 2, 2024
1 parent 19d21e1 commit 17548fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run_integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
sys.path.insert(0, project_root) # ensure the examples are importable

from examples.old.delegation_crewai import main as delegation_crewai_main
from examples.delegation_demo import main as delegation_demo_main
from examples.old.single_llama_index import main as single_llama_index_main
from motleycrew.common import logger, configure_logging
from motleycrew.common.exceptions import (
Expand All @@ -33,7 +33,7 @@

INTEGRATION_TESTS = {
"single_llama_index": single_llama_index_main,
"delegation_crewai": delegation_crewai_main,
"delegation_demo": delegation_demo_main,
}

IPYNB_INTEGRATION_TESTS = {
Expand Down

0 comments on commit 17548fc

Please sign in to comment.