Skip to content

Commit 6aa9f59

Browse files
committed
Refer properly to Django version
1 parent e43b775 commit 6aa9f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
max-parallel: 4
1515
matrix:
1616
python-version: ["3.8", "3.9", "3.10"]
17-
Django-version: ["<4.1"]
17+
Django-version: ["4.0"]
1818
node-version: ["16.x"]
1919

2020
steps:
@@ -32,7 +32,7 @@ jobs:
3232
npm ci --also=dev
3333
npx playwright install --with-deps
3434
python -m pip install --upgrade pip
35-
python -m pip install "Django${{ matrix.Django-version }}"
35+
python -m pip install "Django==${{ matrix.Django-version }}.*"
3636
python -m pip install -r testapp/requirements.txt
3737
python -m playwright install
3838
python -m playwright install-deps

0 commit comments

Comments
 (0)