Skip to content

Commit

Permalink
Check that the ersilia bentoml version is the one that is actually in…
Browse files Browse the repository at this point in the history
…stalled
  • Loading branch information
miquelduranfrigola committed Jun 21, 2023
1 parent c77b2cc commit e8c3859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def check_bentoml(package_path):
module = module_from_spec(spec)
spec.loader.exec_module(module)
req = module.BentoMLRequirement()
if not req.is_installed():
if not req.is_bentoml_ersilia_version():
req.install()
return version

Expand Down

0 comments on commit e8c3859

Please sign in to comment.