Skip to content

Commit 91d85bf

Browse files
authored
Update to Poetry 2.0.0 and refactor project configuration (#492)
1 parent 9fe387d commit 91d85bf

File tree

4 files changed

+985
-626
lines changed

4 files changed

+985
-626
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poetry==1.8.5
1+
poetry==2.0.0

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Install Poetry
6060
run: |
6161
pipx install --pip-args="-c ${{ github.workspace }}/.github/workflows/constraints-poetry.txt" poetry
62+
pipx inject poetry poetry-plugin-export
6263
poetry --version
6364
6465
- name: Install Nox
@@ -130,6 +131,7 @@ jobs:
130131
- name: Install Poetry
131132
run: |
132133
pipx install --pip-args="-c ${{ github.workspace }}/.github/workflows/constraints-poetry.txt" poetry
134+
pipx inject poetry poetry-plugin-export
133135
poetry --version
134136
135137
- name: Install Nox

0 commit comments

Comments
 (0)