File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
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 : ' 1.8.5'
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 : ' 1.8.5 '
2323
2424 - name : Run pytest
2525 run : poetry run python3 -m pytest
You can’t perform that action at this time.
0 commit comments