Skip to content

Commit fe5a6f2

Browse files
committed
Updated workflow to use later verion of poetry
1 parent 016fa88 commit fe5a6f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- "README.md"
1414

1515
env:
16-
POETRY_VERSION: "1.8.2"
16+
POETRY_VERSION: "2.2.1"
1717

1818
jobs:
1919
test:

.github/workflows/verify_requirements_generated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
pull-requests: write
2020
env:
21-
POETRY_VERSION: "1.8.2"
21+
POETRY_VERSION: "2.2.1"
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)