change django.yml

This commit is contained in:
karthikmurakonda 2023-10-11 04:07:22 +05:30
parent 6a677e931a
commit 4d63afedf5
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.9]
steps:
- uses: actions/checkout@v3
@ -27,4 +27,4 @@ jobs:
pip install -r requirements.txt
- name: Run Tests
run: |
python manage.py test
cd CDC_Backend && python manage.py test