mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 23:32:39 +00:00
feat: change command to run_crew
This commit is contained in:
@@ -7,7 +7,7 @@ def run_crew() -> None:
|
|||||||
"""
|
"""
|
||||||
Run the crew by running a command in the Poetry environment.
|
Run the crew by running a command in the Poetry environment.
|
||||||
"""
|
"""
|
||||||
command = ["poetry", "run"]
|
command = ["poetry", "run", "run_crew"]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
result = subprocess.run(command, capture_output=False, text=True, check=True)
|
result = subprocess.run(command, capture_output=False, text=True, check=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user