mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
Merge pull request #175 from Hestia-Homes/sap_baseline-dev-model
Adding hard-coded boto3 install to try and accomodate the dbv missing…
This commit is contained in:
commit
c7b55b9227
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