From ee544380f7351ac14b31d8679428ecd6c1bd1e6f Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 16:32:18 +0100 Subject: [PATCH] test s3 connection --- .github/workflows/VerifyModelOperational.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/VerifyModelOperational.yml b/.github/workflows/VerifyModelOperational.yml index d36b861..f87c4b3 100644 --- a/.github/workflows/VerifyModelOperational.yml +++ b/.github/workflows/VerifyModelOperational.yml @@ -19,9 +19,13 @@ jobs: cd modules/ml-pipeline/src/pipeline/ pip install --upgrade pip - pip install -r src/requirements/predictions/requirements-dev.txt + pip install dvc dvc_s3 + # pip install -r src/requirements/predictions/requirements-dev.txt - dvc pull + cd src/ + dvc pull -r experiments + + cd .. docker build . --file Prediction.Dockerfile --tag prediction_test docker run prediction_test