Skip to content

Commit

Permalink
fixed outdated testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Apr 28, 2024
1 parent 15ef006 commit b444d64
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cm-mlops/automation/script/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,14 +692,6 @@ def _run(self, i):
meta = script_artifact.meta
path = script_artifact.path

# Check min CM version requirement
input('xyz2')
min_cm_version = meta.get('min_cm_version','').strip()
if min_cm_version != '':
print (min_cm_version)
input('xyz')


# Check path to repo
script_repo_path = script_artifact.repo_path

Expand Down

0 comments on commit b444d64

Please sign in to comment.