Adding hard-coded boto3 install to try and accomodate the dbv missing boto3 error

This commit is contained in:
Khalim Conn-Kowlessar 2026-03-18 17:58:05 +00:00
parent 5836f50777
commit 115c9c2293

View file

@ -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