File tree 3 files changed +10
-8
lines changed
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
- name : Setup Python & Poetry Environment
13
- uses : exasol/python-toolbox/.github/actions/python-environment@0.20.0
13
+ uses : exasol/python-toolbox/.github/actions/python-environment@1.0.1
14
14
with :
15
15
python-version : " 3.10"
16
- poetry-version : ' 1.8 .2'
16
+ poetry-version : ' 2.1 .2'
17
17
- name : Run pytest
18
18
run : poetry run pytest
19
19
env : # Set the secret as an env variable
Original file line number Diff line number Diff line change 15
15
fetch-depth : 0
16
16
17
17
- name : Setup Python & Poetry Environment
18
- uses :
exasol/python-toolbox/.github/actions/[email protected]
19
-
18
+ uses :
exasol/python-toolbox/.github/actions/[email protected]
19
+ with :
20
+ python-version : " 3.10"
21
+ poetry-version : ' 2.1.2'
20
22
- name : Check Version(s)
21
23
run : |
22
24
poetry run version-check exasol_script_languages_container_ci_setup/version.py
@@ -34,10 +36,10 @@ jobs:
34
36
uses : actions/checkout@v4
35
37
36
38
- name : Setup Python & Poetry Environment
37
- uses : exasol/python-toolbox/.github/actions/python-environment@0.15.0
39
+ uses : exasol/python-toolbox/.github/actions/python-environment@1.0.1
38
40
with :
39
41
python-version : ${{ matrix.python-version }}
40
-
42
+ poetry-version : ' 2.1.2 '
41
43
- name : Run Unit Tests
42
44
run : poetry run nox -s test:unit
43
45
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
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.0.1
21
21
with :
22
22
python-version : " 3.10"
23
- poetry-version : ' 1.8 .2'
23
+ poetry-version : ' 2.1 .2'
24
24
25
25
- name : Build Artifacts
26
26
run : poetry build
You can’t perform that action at this time.
0 commit comments