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 632f6fb commit dc19edeCopy full SHA for dc19ede
.github/workflows/test-upstream.yaml
@@ -118,7 +118,10 @@ jobs:
118
python-version: ${{ matrix.python-version }}
119
120
- name: Install poetry
121
- run: pipx install poetry
+ run: pipx install poetry==2.0.0
122
+
123
+ - name: Check Poetry version
124
+ run: poetry --version
125
126
- name: Install dynamic versioning plugin
127
run: poetry self add "poetry-dynamic-versioning[plugin]"
0 commit comments