Merge pull request #18 from Hestia-Homes/main

Added install of serverless-python-requirements to github actions
This commit is contained in:
KhalimCK 2023-07-09 14:58:48 +01:00 committed by GitHub
commit e5a1801c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: |