File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/setup-python@v5
14
14
with :
15
15
python-version : " 3.13"
16
- cache : ' poetry'
16
+ cache : " poetry"
17
17
- run : pip install tox
18
18
- run : tox -e lint,py313-dj51
19
19
test_compatibility :
@@ -29,11 +29,11 @@ jobs:
29
29
- python : " 3.9"
30
30
toxenv : py39-dj42
31
31
- python : " 3.10"
32
- toxenv : py310-dj42,py310-dj50,py310-dj51,py310-djmain
32
+ toxenv : py310-dj42,py310-dj50,py310-dj51
33
33
- python : " 3.11"
34
- toxenv : py311-dj42,py311-dj50,py311-dj51,py311-djmain
34
+ toxenv : py311-dj42,py311-dj50,py311-dj51
35
35
- python : " 3.12"
36
- toxenv : py312-dj42,py312-djmain
36
+ toxenv : py312-dj42
37
37
- python : " 3.13"
38
38
toxenv : py313-dj42,py312-djmain
39
39
steps :
54
54
- uses : actions/checkout@v4
55
55
- uses : actions/setup-node@v4
56
56
with :
57
- node-version-file : ' .nvmrc'
57
+ node-version-file : " .nvmrc"
58
58
- id : node-cache
59
59
uses : actions/cache@v3
60
60
with :
68
68
- uses : actions/setup-python@v5
69
69
with :
70
70
python-version-file : pyproject.toml
71
- cache : ' poetry'
71
+ cache : " poetry"
72
72
- run : poetry install
73
73
- run : poetry run django-admin runserver --settings=tests.settings.production --pythonpath=. &
74
74
# Docs website build.
You can’t perform that action at this time.
0 commit comments