From 2693abf14f4d76e6203a5b6bb19b9b1388cfb760 Mon Sep 17 00:00:00 2001 From: Aravind N Date: Fri, 8 Dec 2023 12:21:04 +0530 Subject: [PATCH] Add Python requirements --- .github/workflows/ci-cd-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-pipeline.yaml b/.github/workflows/ci-cd-pipeline.yaml index 060fbc3..2960d22 100644 --- a/.github/workflows/ci-cd-pipeline.yaml +++ b/.github/workflows/ci-cd-pipeline.yaml @@ -69,7 +69,7 @@ jobs: with: # python-version: '3.x' cache: 'pip' - - run: pip install -r requirements.txt + - run: pip install -r ./requirements.txt - uses: py-actions/py-dependency-install@v4 with: path: "requirements.txt"