File tree Expand file tree Collapse file tree 5 files changed +122
-94
lines changed Expand file tree Collapse file tree 5 files changed +122
-94
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,17 @@ jobs:
1010
1111 cd-job :
1212 name : Continuous Delivery
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-24.04
1414 steps :
1515
1616 - name : SCM Checkout
1717 uses : actions/checkout@v4
1818
1919 - name : Setup Python & Poetry Environment
20- uses : exasol/python-toolbox/.github/actions/python-environment@0.20 .0
20+ uses : exasol/python-toolbox/.github/actions/python-environment@1.1 .0
2121 with :
2222 python-version : " 3.10"
23+ poetry-version : ' 2.1.2'
2324
2425 - name : Build Artifacts
2526 run : poetry build
Original file line number Diff line number Diff line change 88 fail-fast : false
99 matrix :
1010 python-version : [ "3.10", "3.11" ]
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-24.04
1212
1313 steps :
1414
1515 - name : SCM Checkout
1616 uses : actions/checkout@v4
1717
1818 - name : Setup Python & Poetry Environment
19- uses : exasol/python-toolbox/.github/actions/python-environment@0.20 .0
19+ uses : exasol/python-toolbox/.github/actions/python-environment@1.1 .0
2020 with :
2121 python-version : ${{ matrix.python-version }}
22- poetry-version : ' 1.8 .2'
22+ poetry-version : ' 2.1 .2'
2323
2424 - name : Run pytest
25- run : poetry run python3 -m pytest
25+ run : poetry run -- python3 -m pytest
Original file line number Diff line number Diff line change 11# UDF Mock Python <version TBD >, released <date TBD >
2+
3+ ### Refactorings
4+
5+ * #64 : Update to poetry 2.1.2
You can’t perform that action at this time.
0 commit comments