mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #18 from Hestia-Homes/main
Added install of serverless-python-requirements to github actions
This commit is contained in:
commit
e5a1801c2b
1 changed files with 4 additions and 2 deletions
6
.github/workflows/deploy_fastapi_backend.yml
vendored
6
.github/workflows/deploy_fastapi_backend.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue