Skip to content

Commit

Permalink
fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
haimasree committed Apr 4, 2022
1 parent 54c3182 commit c319781
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test-containers/test_containers_from_command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ def test_images(self, test_docker_image):
models = self.docker_to_model_dict.get(self.image_name)
if not models:
raise ValueError("Each model group must have one model")
if (
isinstance(self.modelgroup_name, list)
and len(self.modelgroup_name) == 1
):
self.modelgroup_name = self.modelgrptoup_name[0]

for model in models:
if model.split("/")[0] in self.modelgroup_name:
Expand Down

0 comments on commit c319781

Please sign in to comment.