Skip to content

Commit 98c3902

Browse files
authored
chore: specify poetry version in CI (#76)
1 parent 83eee48 commit 98c3902

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
secrets: inherit
1515
with:
1616
python-version: 3.11
17+
poetry-version: 2.2.1
1718
code-checks-python-versions: '["3.11", "3.12", "3.13", "3.14"]'

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
secrets: inherit
1515
with:
1616
python-version: 3.11
17+
poetry-version: 2.2.1
1718
code-checks-python-versions: '["3.11", "3.12", "3.13", "3.14"]'

0 commit comments

Comments
 (0)