mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Added additional install proess
This commit is contained in:
parent
cf319c2d9f
commit
7029777910
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy_fastapi_backend.yml
vendored
3
.github/workflows/deploy_fastapi_backend.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: macos-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
cd backend && pip install -r requirements/base.txt
|
||||
cd model_data && pip install -r requirements/requirements.txt
|
||||
|
||||
- name: AWS credentials for dev
|
||||
if: github.ref == 'refs/heads/dev'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue