Skip to content

Commit a991b46

Browse files
committed
Updated: for python version and dev requirements.txt file
1 parent 9fa8ee5 commit a991b46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
max-parallel: 4
2323
matrix:
24-
python-version: ["3.10", "3.11"]
24+
python-version: ["3.9", "3.10", "3.11"]
2525

2626
steps:
2727
- uses: actions/checkout@v4
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
python -m pip install --upgrade pip
3535
pip install -r src/requirements.txt
36+
pip install -r src/requirements-dev.txt
3637
- name: Run Tests
3738
run: |
3839
python src/manage.py test

0 commit comments

Comments
 (0)