Skip to content

Commit 280ffc4

Browse files
committed
[ci] Fix
1 parent af48b4d commit 280ffc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
name: Python==${{ matrix.python-version }} | ${{ matrix.django-version }}
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
services:
1919
redis:
@@ -25,8 +25,8 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
python-version:
28-
- 3.9
29-
- 3.10
28+
- "3.9"
29+
- "3.10"
3030
django-version:
3131
- django~=3.2.0
3232
- django~=4.2.0
@@ -53,8 +53,8 @@ jobs:
5353
run: |
5454
pip install -U pip wheel setuptools
5555
pip install -U -e .
56-
pip install -U ${{ matrix.django-version }}
5756
pip install -U -r requirements-test.txt
57+
pip install -U ${{ matrix.django-version }}
5858
5959
- name: QA checks
6060
run: ./run-qa-checks

0 commit comments

Comments
 (0)