From 1400e6843c9e11264e0d358b144a3dd6018dd178 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 3 Oct 2023 16:35:05 +0100 Subject: [PATCH] install vc requirements --- .github/workflows/Deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 5f42eae..9ec57af 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -24,7 +24,8 @@ jobs: - name: Install DVC run: | - pip install dvc + pip install --upgrade pip + pip install -r modules/ml-pipeline/src/pipeline/requirements/version_control/requirements.txt # Set up all of the secrets required for the deployment - name: set secret prefix which is used across multiple steps