Skip to content

Commit 35f5522

Browse files
committed
try fix linting
1 parent 6d9d139 commit 35f5522

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
django-version:
1414
- '3.2' # LTS April 2024
1515
- '4.2' # LTS April 2026
16-
- '5.0' # April 2025
16+
- '5.1' # December 2025
1717
exclude:
1818
- python-version: '3.8'
19-
django-version: '5.0'
19+
django-version: '5.1'
2020
- python-version: '3.10'
21-
django-version: '5.0'
21+
django-version: '5.1'
2222
- python-version: '3.12'
2323
django-version: '3.2'
2424
- python-version: '3.10'
@@ -46,7 +46,7 @@ jobs:
4646
poetry run pip install --upgrade pip
4747
sed -i 's/^python = .*/python = "^${{ matrix.python-version }}"/' pyproject.toml
4848
poetry add django@^${{ matrix.django-version }}
49-
poetry install --no-interaction -E all
49+
poetry install --no-interaction -E all --with psycopg2
5050
5151
- name: Run Static Analysis
5252
run: |

0 commit comments

Comments
 (0)