diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 16b0305..62fef08 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -95,7 +95,9 @@ jobs: # Install serverless - name: Install Serverless - run: npm install -g serverless + run: | + npm install -g serverless && + npm install --save serverless-python-requirements # Install Node dependencies - name: Set up Environment