Skip to content

Commit e0d0bda

Browse files
ci: Use Poetry 2 for updating
This fixes an issue with virtualenv 20.31.0 and Poetry 1, see: python-poetry/poetry#10378
1 parent 3963219 commit e0d0bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Install required packages
156156
run: apt update && apt install -y ${REQUIRED_PACKAGES}
157157
- name: Install Poetry
158-
run: pip install "${POETRY_SPEC}"
158+
run: pip install "poetry==2"
159159
- name: Create virtual environment
160160
run: make install
161161
- name: Update locked dependencies

0 commit comments

Comments
 (0)