adding backend install to actions file

This commit is contained in:
Khalim Conn-Kowlessar 2024-10-01 16:03:46 +01:00
parent 14c62f061d
commit dde8b2254a

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