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:
10
10
11
11
cd-job :
12
12
name : Continuous Delivery
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-24.04
14
14
steps :
15
15
16
16
- name : SCM Checkout
17
17
uses : actions/checkout@v4
18
18
19
19
- 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
21
21
with :
22
22
python-version : " 3.10"
23
+ poetry-version : ' 2.1.2'
23
24
24
25
- name : Build Artifacts
25
26
run : poetry build
Original file line number Diff line number Diff line change 8
8
fail-fast : false
9
9
matrix :
10
10
python-version : [ "3.10", "3.11" ]
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04
12
12
13
13
steps :
14
14
15
15
- name : SCM Checkout
16
16
uses : actions/checkout@v4
17
17
18
18
- 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
20
20
with :
21
21
python-version : ${{ matrix.python-version }}
22
- poetry-version : ' 1.8 .2'
22
+ poetry-version : ' 2.1 .2'
23
23
24
24
- 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 1
1
# 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