Skip to content

Commit dc19ede

Browse files
committed
test previous version of poetry
1 parent 632f6fb commit dc19ede

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-upstream.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ jobs:
118118
python-version: ${{ matrix.python-version }}
119119

120120
- name: Install poetry
121-
run: pipx install poetry
121+
run: pipx install poetry==2.0.0
122+
123+
- name: Check Poetry version
124+
run: poetry --version
122125

123126
- name: Install dynamic versioning plugin
124127
run: poetry self add "poetry-dynamic-versioning[plugin]"

0 commit comments

Comments
 (0)