Skip to content

Commit

Permalink
Try adding serverless-python-requirements via npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Jun 19, 2024
1 parent f315914 commit b69b7ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b69b7ec

Please sign in to comment.