mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
Adding hard-coded boto3 install to try and accomodate the dbv missing boto3 error
This commit is contained in:
parent
5836f50777
commit
115c9c2293
1 changed files with 1 additions and 0 deletions
1
.github/workflows/Deploy.yml
vendored
1
.github/workflows/Deploy.yml
vendored
|
|
@ -53,6 +53,7 @@ jobs:
|
|||
- name: Install DVC
|
||||
run: |
|
||||
pip install --upgrade pip
|
||||
pip install boto3
|
||||
pip install -r modules/ml-pipeline/src/pipeline/requirements/version_control/requirements.txt
|
||||
|
||||
# Set up all of the secrets required for the deployment
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue