Skip to content

Commit eb0ccbe

Browse files
Install pkg cmd for tests
Signed-off-by: Shah, Karan <[email protected]>
1 parent 70b4cdc commit eb0ccbe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/end_to_end/models/model_owner.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ def create_workspace(self):
6868
raise_exception=True
6969
)
7070

71+
return_code, output, error = fh.run_command(
72+
"pip install -r requirements.txt",
73+
workspace_path=ws_path,
74+
error_msg="Failed to install the requirements",
75+
container_id=self.container_id,
76+
)
77+
7178
except Exception as e:
7279
log.error(f"{error_msg}: {e}")
7380
raise e

0 commit comments

Comments
 (0)