Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berat-samli authored Mar 16, 2024
1 parent f793ab0 commit 2f981c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Run Django test
run: |
cd API
python manage.py test
python manage.py test

0 comments on commit 2f981c8

Please sign in to comment.