Skip to content

Commit

Permalink
⬆️ [#339] Updated project to Django version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ErhanCitil committed Aug 3, 2023
1 parent 55fbbee commit e8fc6ef
Show file tree
Hide file tree
Showing 65 changed files with 11,801 additions and 6,882 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
node-version: '16.15.1'

- name: Install system packages
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- uses: isort/[email protected]
with:
requirementsFiles: requirements/dev.txt
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- name: Install dependencies
run: |
pip install -r requirements/dev.txt
Expand Down
Loading

0 comments on commit e8fc6ef

Please sign in to comment.