Skip to content

Commit f447c8e

Browse files
committed
build: update Poetry version in CI
1 parent 997443f commit f447c8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
platform: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
3030
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
31-
poetry-version: [ "1.8.5" ]
31+
poetry-version: [ "2.0.1" ]
3232

3333
steps:
3434
- name: Checkout project

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Poetry
3232
uses: abatilo/actions-poetry@v4
3333
with:
34-
poetry-version: "1.8.5"
34+
poetry-version: "2.0.1"
3535

3636
- name: Setup a local virtual environment
3737
run: |

0 commit comments

Comments
 (0)