mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
try with credentials
This commit is contained in:
parent
ee544380f7
commit
238842e518
1 changed files with 4 additions and 0 deletions
4
.github/workflows/VerifyModelOperational.yml
vendored
4
.github/workflows/VerifyModelOperational.yml
vendored
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue