File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/setup-python@v2
13
13
with :
14
14
python-version : " 3.10"
15
- - uses : Gr1n/setup-poetry@v4
15
+ - uses : Gr1n/setup-poetry@v7
16
16
with :
17
- poetry-version : ' 1.1.4 '
17
+ poetry-version : ' 1.1.10 '
18
18
- run : pip install tox
19
19
- run : tox -e lint,py39-dj32
20
20
test_compatibility :
36
36
- uses : actions/setup-python@v2
37
37
with :
38
38
python-version : ${{ matrix.python }}
39
- - uses : Gr1n/setup-poetry@v4
39
+ - uses : Gr1n/setup-poetry@v7
40
40
with :
41
- poetry-version : ' 1.1.4 '
41
+ poetry-version : ' 1.1.10 '
42
42
- run : pip install tox
43
43
- run : tox -q
44
44
env :
62
62
- uses : actions/setup-python@v2
63
63
with :
64
64
python-version : " 3.10"
65
- - uses : Gr1n/setup-poetry@v4
65
+ - uses : Gr1n/setup-poetry@v7
66
66
with :
67
- poetry-version : ' 1.1.4 '
67
+ poetry-version : ' 1.1.10 '
68
68
- uses : actions/cache@v2
69
69
with :
70
70
path : ~/.cache/pip
Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ default_section = "THIRDPARTY"
61
61
multi_line_output = 5
62
62
63
63
[build-system ]
64
- requires = [" poetry>=0.12 " ]
64
+ requires = [" poetry>=1.1.10 " ]
65
65
build-backend = " poetry.masonry.api"
You can’t perform that action at this time.
0 commit comments