Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Mar 3, 2025
1 parent c7709c5 commit 50e668e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zenml/utils/tag_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ def add_tags(
]
):
try:
from zenml.steps.step_context import get_step_context

step_context = get_step_context()
except RuntimeError:
raise ValueError(
Expand Down

0 comments on commit 50e668e

Please sign in to comment.