Add development requirements to github workflow

This commit is contained in:
Klaas van Schelven
2024-08-29 10:07:31 +02:00
parent b1baa529d4
commit 3cd3ef6b12

View File

@@ -25,6 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.development.txt
- name: Run Tests
run: |
python manage.py test