upgrade poetry

This commit is contained in:
Kenneth Kehl
2025-05-27 14:14:44 -07:00
parent 04a50c8825
commit 22a0d9e287
7 changed files with 36 additions and 31 deletions

View File

@@ -15,7 +15,10 @@ runs:
python-version: "3.12.3"
- name: Install poetry
shell: bash
run: pip install poetry==1.8.5
run: pip install poetry==2.1.3
- name: Install poetry export
shell: bash
run: poetry self add poetry-export-plugin
- name: Downgrade virtualenv to compatible version
shell: bash
run: pip install "virtualenv<20.30"