diff --git a/metaflow/task.py b/metaflow/task.py index 5e392a2f982..ccba14c3c6a 100644 --- a/metaflow/task.py +++ b/metaflow/task.py @@ -53,9 +53,6 @@ def __init__( self.ubf_context = ubf_context def _exec_step_function(self, step_function, input_obj=None): - self.environment.validate_environment( - self.console_logger, self.flow_datastore.TYPE - ) if input_obj is None: step_function() else: