We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe387d commit 91d85bfCopy full SHA for 91d85bf
.github/workflows/constraints-poetry.txt
@@ -1 +1 @@
1
-poetry==1.8.5
+poetry==2.0.0
.github/workflows/tests.yml
@@ -59,6 +59,7 @@ jobs:
59
- name: Install Poetry
60
run: |
61
pipx install --pip-args="-c ${{ github.workspace }}/.github/workflows/constraints-poetry.txt" poetry
62
+ pipx inject poetry poetry-plugin-export
63
poetry --version
64
65
- name: Install Nox
@@ -130,6 +131,7 @@ jobs:
130
131
132
133
134
135
136
137
0 commit comments