File tree Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Expand file tree Collapse file tree 4 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 14
14
python-version : " 3.10"
15
15
- uses : Gr1n/setup-poetry@v7
16
16
with :
17
- poetry-version : ' 1.1.10 '
17
+ poetry-version : ' 1.1.12 '
18
18
- run : pip install tox
19
19
- run : tox -e lint,py310-dj32
20
20
test_compatibility :
41
41
python-version : ${{ matrix.python }}
42
42
- uses : Gr1n/setup-poetry@v7
43
43
with :
44
- poetry-version : ' 1.1.10 '
44
+ poetry-version : ' 1.1.12 '
45
45
- run : pip install tox
46
46
- run : tox -q
47
47
env :
65
65
- uses : actions/setup-python@v2
66
66
with :
67
67
python-version : " 3.10"
68
- # Using un-pinned installer to work around Python 3.10 compatibility issue.
69
- # See https://github.com/python-poetry/poetry/issues/4210.
70
- - run : curl -sSL https://install.python- poetry.org | python3 - -- version 1.2.0a2
68
+ - uses : Gr1n/setup-poetry@v7
69
+ with :
70
+ poetry- version : ' 1.1.12 '
71
71
- uses : actions/cache@v2
72
72
with :
73
73
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>=1.1.10 " ]
64
+ requires = [" poetry>=1.1.12 " ]
65
65
build-backend = " poetry.masonry.api"
Original file line number Diff line number Diff line change 19
19
20
20
[testenv:lint]
21
21
commands =
22
- # For compatibility with Python 3.10.
23
- # See https://github.com/python-poetry/poetry/issues/4210.
24
- poetry config experimental.new-installer false
25
22
poetry install -q
26
23
poetry run flake8
27
24
poetry run isort --check-only --diff
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- # For compatibility with Python 3.10.
5
- # See https://github.com/python-poetry/poetry/issues/4210.
6
- poetry config experimental.new-installer false
7
4
poetry install
8
5
9
6
if [ ! -z " $@ " ]
You can’t perform that action at this time.
0 commit comments