mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +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
|
||||
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