From 115c9c229338ef13bde2be297232f0bf92e6c301 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Wed, 18 Mar 2026 17:58:05 +0000 Subject: [PATCH] Adding hard-coded boto3 install to try and accomodate the dbv missing boto3 error --- .github/workflows/Deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 26a623d..15b9994 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -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