removed redundant requirements file from github actions unit test

This commit is contained in:
Khalim Conn-Kowlessar 2024-10-22 12:19:46 +01:00
parent b3d0b45648
commit 19c3c429d2

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