Changing number of rounds
This commit is contained in:
parent
aecdff0503
commit
d7d626698d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ def run(enable_ingestion=True, enable_crew=True):
|
|||
run_github_ingestion(applicants["applicant_1"], applicants["applicant_2"])
|
||||
|
||||
if enable_crew:
|
||||
run_hiring_crew(applicants=applicants, number_of_rounds=3)
|
||||
run_hiring_crew(applicants=applicants, number_of_rounds=5)
|
||||
|
||||
except Exception as e:
|
||||
raise Exception(f"An error occurred while running the process: {e}")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue