1818 - name : Setup Python & Poetry Environment
1919 uses : exasol/python-toolbox/.github/actions/python-environment@1.1.0
2020 with :
21- poetry-version : ' 1.8.5 '
21+ poetry-version : ' 2.1.2 '
2222
2323 - name : Check Version(s)
2424 run : |
3636 - name : Setup Python & Poetry Environment
3737 uses : exasol/python-toolbox/.github/actions/python-environment@1.1.0
3838 with :
39- poetry-version : ' 1.8.5 '
39+ poetry-version : ' 2.1.2 '
4040
4141 - name : Build Documentation
4242 run : |
5858 - name : Setup Python & Poetry Environment
5959 uses : exasol/python-toolbox/.github/actions/python-environment@1.1.0
6060 with :
61- poetry-version : ' 1.8.5 '
61+ poetry-version : ' 2.1.2 '
6262
6363 - name : Run changelog update check
6464 run : poetry run -- nox -s changelog:updated
7979 uses : exasol/python-toolbox/.github/actions/python-environment@1.1.0
8080 with :
8181 python-version : ${{ matrix.python-version }}
82- poetry-version : ' 1.8.5 '
82+ poetry-version : ' 2.1.2 '
8383
8484 - name : Run lint
8585 run : poetry run -- nox -s lint:code
@@ -109,7 +109,7 @@ jobs:
109109 uses : exasol/python-toolbox/.github/actions/python-environment@1.1.0
110110 with :
111111 python-version : ${{ matrix.python-version }}
112- poetry-version : ' 1.8.5 '
112+ poetry-version : ' 2.1.2 '
113113
114114 - name : Run type-check
115115 run : poetry run -- nox -s lint:typing
@@ -130,7 +130,7 @@ jobs:
130130 uses : exasol/python-toolbox/.github/actions/python-environment@1.1.0
131131 with :
132132 python-version : ${{ matrix.python-version }}
133- poetry-version : ' 1.8.5 '
133+ poetry-version : ' 2.1.2 '
134134
135135 - name : Run security linter
136136 run : poetry run -- nox -s lint:security
@@ -153,7 +153,7 @@ jobs:
153153 - name : Setup Python & Poetry Environment
154154 uses : exasol/python-toolbox/.github/actions/python-environment@1.1.0
155155 with :
156- poetry-version : ' 1.8.5 '
156+ poetry-version : ' 2.1.2 '
157157
158158 - name : Run format check
159159 run : poetry run -- nox -s project:format
@@ -176,7 +176,7 @@ jobs:
176176 uses : exasol/python-toolbox/.github/actions/python-environment@1.1.0
177177 with :
178178 python-version : ${{ matrix.python-version }}
179- poetry-version : ' 1.8.5 '
179+ poetry-version : ' 2.1.2 '
180180
181181 - name : Run Tests and Collect Coverage
182182 run : poetry run -- nox -s test:unit -- --coverage
0 commit comments