Merge pull request #360 from Hestia-Homes/backend-deployment

removed redundant requirements file from github actions unit test
This commit is contained in:
KhalimCK 2024-10-22 12:27:11 +01:00 committed by GitHub
commit 119ff4a1b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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