Added install of serverless-python-requirements to github actions

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-09 14:58:25 +01:00
parent 406162cd4b
commit ee35ad7bc7

View file

@ -17,8 +17,10 @@ jobs:
with:
python-version: 3.10.12
- name: Install Serverless
run: npm install -g serverless
- name: Install Serverless and plugins
run: |
npm install -g serverless
npm install -g serverless-python-requirements
- name: Install dependencies
run: |