From 238842e518618d47fad3a6a1baeeee5ddc18a312 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 10 Sep 2023 16:36:13 +0100 Subject: [PATCH] try with credentials --- .github/workflows/VerifyModelOperational.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/VerifyModelOperational.yml b/.github/workflows/VerifyModelOperational.yml index f87c4b3..ed726a7 100644 --- a/.github/workflows/VerifyModelOperational.yml +++ b/.github/workflows/VerifyModelOperational.yml @@ -23,6 +23,10 @@ jobs: # pip install -r src/requirements/predictions/requirements-dev.txt cd src/ + + export AWS_ACCESS_KEY_ID = ROBOT_AWS_ACCESS_KEY_ID + export AWS_SECRET_ACCESS_KEY = ROBOT_AWS_SECRET_ACCESS_KEY + dvc pull -r experiments cd ..