upgrade poetry

This commit is contained in:
Kenneth Kehl
2025-05-27 14:24:42 -07:00
parent 22a0d9e287
commit ebbb894245

View File

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