Skip to content

Commit

Permalink
Use poetry 2.0.1 in all github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Feb 14, 2025
1 parent b1532f0 commit 98aa2e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
with:
python-version: ${{ matrix.python-version }}
poetry-version: 2.0.1

- name: Run lint
run: poetry run nox -s lint:code
Expand Down Expand Up @@ -92,6 +93,7 @@ jobs:
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
with:
python-version: ${{ matrix.python-version }}
poetry-version: 2.0.1

- name: Run type-check
run: poetry run nox -s lint:typing
Expand All @@ -112,6 +114,7 @@ jobs:
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
with:
python-version: ${{ matrix.python-version }}
poetry-version: 2.0.1

- name: Run security linter
run: poetry run nox -s lint:security
Expand All @@ -135,6 +138,7 @@ jobs:
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
with:
python-version: "3.9"
poetry-version: 2.0.1

- name: Run format check
run: poetry run nox -s project:format
Expand All @@ -157,6 +161,7 @@ jobs:
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
with:
python-version: ${{ matrix.python-version }}
poetry-version: 2.0.1

- name: Run Tests and Collect Coverage
run: poetry run nox -s test:unit -- -- --coverage
Expand Down

0 comments on commit 98aa2e3

Please sign in to comment.