diff --git a/gpt_engineer/steps.py b/gpt_engineer/steps.py index 676159b..b3f9486 100644 --- a/gpt_engineer/steps.py +++ b/gpt_engineer/steps.py @@ -130,7 +130,7 @@ def execute_workspace(ai: AI, dbs: DBs): # Different configs of what steps to run STEPS = { - 'default': [gen_spec, pre_unit_tests, run_clarified], + 'default': [gen_spec, pre_unit_tests, run_clarified, execute_workspace], 'simple': [run, execute_workspace], 'clarify': [clarify, run_clarified], 'execute_only': [execute_workspace],