Merge pull request #344 from Hestia-Homes/unit-test-env

adding backend install to actions file
This commit is contained in:
KhalimCK 2024-10-01 16:04:38 +01:00 committed by GitHub
commit ad37630d80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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