Skip to content

Commit a2bd6f3

Browse files
committed
Update poetry version used in GH workflows
1 parent 10b3c63 commit a2bd6f3

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/check_ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- 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
1414
with:
1515
python-version: "3.10"
16-
poetry-version: '1.8.2'
16+
poetry-version: '2.1.2'
1717
- name: Run pytest
1818
run: poetry run pytest
1919
env: # Set the secret as an env variable

.github/workflows/checks.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
fetch-depth: 0
1616

1717
- 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'
2022
- name: Check Version(s)
2123
run: |
2224
poetry run version-check exasol_script_languages_container_ci_setup/version.py
@@ -34,10 +36,10 @@ jobs:
3436
uses: actions/checkout@v4
3537

3638
- 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
3840
with:
3941
python-version: ${{ matrix.python-version }}
40-
42+
poetry-version: '2.1.2'
4143
- name: Run Unit Tests
4244
run: poetry run nox -s test:unit
4345

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
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.0.1
2121
with:
2222
python-version: "3.10"
23-
poetry-version: '1.8.2'
23+
poetry-version: '2.1.2'
2424

2525
- name: Build Artifacts
2626
run: poetry build

0 commit comments

Comments
 (0)