File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 :
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 :
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.
You can’t perform that action at this time.
0 commit comments