Skip to content

Commit

Permalink
remove exception
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed May 17, 2024
1 parent 2b2f1f0 commit a9db74e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ def _filter_skipped_steps(steps_to_evaluate: STEP_TREE, skip_steps: List[str], r

else:
steps_to_run.append(step_to_eval)
if not steps_to_run:
raise InvalidStepConfiguration(
"No steps were queued to run. You may have skipped all steps, or selected --only on an invalid step."
)
return steps_to_run, results


Expand Down

0 comments on commit a9db74e

Please sign in to comment.