Skip to content

Commit 49612d6

Browse files
committed
Remove unneeded tests against Django main
1 parent 56a5848 commit 49612d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.13"
16-
cache: 'poetry'
16+
cache: "poetry"
1717
- run: pip install tox
1818
- run: tox -e lint,py313-dj51
1919
test_compatibility:
@@ -29,11 +29,11 @@ jobs:
2929
- python: "3.9"
3030
toxenv: py39-dj42
3131
- python: "3.10"
32-
toxenv: py310-dj42,py310-dj50,py310-dj51,py310-djmain
32+
toxenv: py310-dj42,py310-dj50,py310-dj51
3333
- python: "3.11"
34-
toxenv: py311-dj42,py311-dj50,py311-dj51,py311-djmain
34+
toxenv: py311-dj42,py311-dj50,py311-dj51
3535
- python: "3.12"
36-
toxenv: py312-dj42,py312-djmain
36+
toxenv: py312-dj42
3737
- python: "3.13"
3838
toxenv: py313-dj42,py312-djmain
3939
steps:
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v4
5555
- uses: actions/setup-node@v4
5656
with:
57-
node-version-file: '.nvmrc'
57+
node-version-file: ".nvmrc"
5858
- id: node-cache
5959
uses: actions/cache@v3
6060
with:
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/setup-python@v5
6969
with:
7070
python-version-file: pyproject.toml
71-
cache: 'poetry'
71+
cache: "poetry"
7272
- run: poetry install
7373
- run: poetry run django-admin runserver --settings=tests.settings.production --pythonpath=. &
7474
# Docs website build.

0 commit comments

Comments
 (0)