File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v3
12
+ - run : pipx install poetry
12
13
- uses : actions/setup-python@v4
13
14
with :
14
15
python-version-file : pyproject.toml
15
16
cache : ' poetry'
16
- - uses : Gr1n/setup-poetry@v8
17
- with :
18
- poetry-version : ' 1.1.12'
19
17
- run : pip install tox
20
18
- run : tox -e lint,py311-dj42
21
19
test_compatibility :
@@ -44,13 +42,11 @@ jobs:
44
42
# toxenv: py312-dj41
45
43
steps :
46
44
- uses : actions/checkout@v3
45
+ - run : pipx install poetry
47
46
- uses : actions/setup-python@v4
48
47
with :
49
48
python-version : ${{ matrix.python }}
50
49
allow-prereleases : true
51
- - uses : Gr1n/setup-poetry@v8
52
- with :
53
- poetry-version : ' 1.1.12'
54
50
- run : pip install tox
55
51
- run : tox -q
56
52
env :
@@ -72,13 +68,11 @@ jobs:
72
68
- if : steps.node-cache.outputs.cache-hit != 'true'
73
69
run : npm ci --no-audit
74
70
- run : npm run build
71
+ - run : pipx install poetry
75
72
- uses : actions/setup-python@v4
76
73
with :
77
74
python-version-file : pyproject.toml
78
75
cache : ' poetry'
79
- - uses : Gr1n/setup-poetry@v8
80
- with :
81
- poetry-version : ' 1.1.12'
82
76
- run : poetry install
83
77
- run : poetry run django-admin runserver --settings=tests.settings.production --pythonpath=. &
84
78
# Docs website build.
You can’t perform that action at this time.
0 commit comments