mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
adding backend install to actions file
This commit is contained in:
parent
14c62f061d
commit
dde8b2254a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/unit_tests.yml
vendored
1
.github/workflows/unit_tests.yml
vendored
|
|
@ -35,6 +35,7 @@ jobs:
|
|||
- name: Run tests with pytest
|
||||
run: |
|
||||
pip install -r model_data/requirements/dev.txt
|
||||
pip install -r backend/requirements/base.txt
|
||||
pytest
|
||||
# - name: Upload coverage to Codecov
|
||||
# uses: codecov/codecov-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue