Skip to content

Commit e320bbe

Browse files
fix: LEAP-1758: prevent use of poetry-core 2 (#6853)
Co-authored-by: Jo Booth <[email protected]>
1 parent 4c68156 commit e320bbe

File tree

3 files changed

+410
-11
lines changed

3 files changed

+410
-11
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
ref: ${{ inputs.head_sha }}
210210

211211
- name: "Install poetry"
212-
run: pipx install poetry
212+
run: pipx install "poetry<2.0.0"
213213

214214
- name: "Set up Python ${{ matrix.python-version }}"
215215
id: setup_python

0 commit comments

Comments
 (0)