Remove automatic execution for now

This commit is contained in:
Anton Osika
2023-06-17 19:52:48 +02:00
parent 31b00de247
commit a3cb4964e9

View File

@@ -125,7 +125,7 @@ def execute_workspace(ai: AI, dbs: DBs):
# Different configs of what steps to run # Different configs of what steps to run
STEPS = { STEPS = {
'default': [gen_spec, pre_unit_tests, run_clarified, execute_workspace], 'default': [gen_spec, pre_unit_tests, run_clarified],
'simple': [run, execute_workspace], 'simple': [run, execute_workspace],
'clarify': [clarify, run_clarified], 'clarify': [clarify, run_clarified],
} }