mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Merge pull request #360 from Hestia-Homes/backend-deployment
removed redundant requirements file from github actions unit test
This commit is contained in:
commit
119ff4a1b7
1 changed files with 0 additions and 1 deletions
1
.github/workflows/unit_tests.yml
vendored
1
.github/workflows/unit_tests.yml
vendored
|
|
@ -35,7 +35,6 @@ jobs:
|
||||||
- name: Run tests with pytest
|
- name: Run tests with pytest
|
||||||
run: |
|
run: |
|
||||||
pip install -r model_data/requirements/dev.txt
|
pip install -r model_data/requirements/dev.txt
|
||||||
pip install -r backend/requirements/base.txt
|
|
||||||
pytest
|
pytest
|
||||||
# - name: Upload coverage to Codecov
|
# - name: Upload coverage to Codecov
|
||||||
# uses: codecov/codecov-action@v2
|
# uses: codecov/codecov-action@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue