Install requirements for tests

This commit is contained in:
Kristofers Solo 2023-04-12 10:46:57 +03:00
parent 623c5e22ae
commit 4509ee5313

View File

@ -18,6 +18,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install django
pip install -r requirements.txt
- name: Test with django test
run: python manage.py test