mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
cd backend && pip install -r requirements/base.txt
|
pip install -r backend/requirements/base.txt
|
||||||
cd model_data && pip install -r requirements/requirements.txt
|
pip install -r model_data/requirements/requirements.txt
|
||||||
|
|
||||||
- name: AWS credentials for dev
|
- name: AWS credentials for dev
|
||||||
if: github.ref == 'refs/heads/dev'
|
if: github.ref == 'refs/heads/dev'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue