Skip to content

Commit b85f5e0

Browse files
committed
chore: use latest poetry in all workflows
1 parent a53550a commit b85f5e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_e2e_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_call:
77
env:
88
python-version: 3.9.18
9-
poetry-version: "2.1.3"
9+
poetry-version: "2.1.4"
1010
# required to get access to use a cached poetry venv in "/home/runner/.cache/pypoetry/virtualenvs"
1111
POETRY_VIRTUALENVS_IN_PROJECT: false
1212
working-directory: e2e

.github/workflows/_quality-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# required to get access to use a cached poetry venv in "/home/runner/.cache/pypoetry/virtualenvs"
1313
POETRY_VIRTUALENVS_IN_PROJECT: false
1414
python-version: "3.9.18"
15-
poetry-version: "2.1.3"
15+
poetry-version: "2.1.4"
1616
jobs:
1717
code-quality:
1818
defaults:

0 commit comments

Comments
 (0)