Skip to content

Commit

Permalink
return false if not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelduranfrigola committed Jun 21, 2023
1 parent 3404f34 commit c77b2cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ersilia/setup/requirements/bentoml.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ def is_installed(self):
return False

def is_bentoml_ersilia_version(self):
if not self._is_installed():
return False
pass

def install(self):
Expand Down

0 comments on commit c77b2cc

Please sign in to comment.