mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Fixed actions install statement
This commit is contained in:
parent
7029777910
commit
754799a5ed
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy_fastapi_backend.yml
vendored
4
.github/workflows/deploy_fastapi_backend.yml
vendored
|
|
@ -26,8 +26,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
cd backend && pip install -r requirements/base.txt
|
||||
cd model_data && pip install -r requirements/requirements.txt
|
||||
pip install -r backend/requirements/base.txt
|
||||
pip install -r model_data/requirements/requirements.txt
|
||||
|
||||
- name: AWS credentials for dev
|
||||
if: github.ref == 'refs/heads/dev'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue